You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the url if the extention matches a possible image
86
85
87
-
ImgurPageResolver() METHODS
88
-
---------------------------
89
-
90
-
**resolve** *(string url)*
91
-
92
-
Returns an Imgur image url if `url` matches the pattern of an Imgur page
93
-
94
86
WebpageResolver() METHODS
95
87
-------------------------
96
88
@@ -137,18 +129,6 @@ By default this exception is skipped and logged but can be enabled with "skip_fe
137
129
TODO
138
130
-----------------
139
131
140
-
Still missing the following resolvers:
141
-
142
-
* ImgurAlbumResolver()
143
-
144
-
* FlickrResolver()
145
-
146
-
* OpengraphResolver()
147
-
148
-
* InstagramResolver()
149
-
150
-
I have no plans to implement a 9gag resolver.
151
-
152
132
Need to implement better caching. Future plan is to include a configurable cache method so images seen across sessions can be cached for better performance
Returns the url if the extention matches a possible image
86
85
87
-
ImgurPageResolver() METHODS
88
-
---------------------------
89
-
90
-
**resolve** *(string url)*
91
-
92
-
Returns an Imgur image url if `url` matches the pattern of an Imgur page
93
-
94
86
WebpageResolver() METHODS
95
87
-------------------------
96
88
@@ -137,18 +129,6 @@ By default this exception is skipped and logged but can be enabled with "skip_fe
137
129
TODO
138
130
-----------------
139
131
140
-
Still missing the following resolvers:
141
-
142
-
* ImgurAlbumResolver()
143
-
144
-
* FlickrResolver()
145
-
146
-
* OpengraphResolver()
147
-
148
-
* InstagramResolver()
149
-
150
-
I have no plans to implement a 9gag resolver.
151
-
152
132
Need to implement better caching. Future plan is to include a configurable cache method so images seen across sessions can be cached for better performance
0 commit comments