We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa30c3f + eafe1de commit 98c8694Copy full SHA for 98c8694
1 file changed
README.md
@@ -278,3 +278,14 @@ for item in items:
278
### Memegen
279
280
* `default_memes()`
281
+
282
+Imgur entry points
283
+==================
284
+| entry point | content |
285
+|-------------------------------------|--------------------------------|
286
+| imgur.com/{image_id} | image |
287
+| imgur.com/{image_id}.extension | direct link to image (no html) |
288
+| imgur.com/a/{album_id} | album |
289
+| imgur.com/a/{album_id}#{image_id} | single image from an album |
290
+| imgur.com/gallery/{gallery_post_id} | gallery |
291
0 commit comments