aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/gelbooru.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/gelbooru.py')
-rw-r--r--gallery_dl/extractor/gelbooru.py33
1 files changed, 33 insertions, 0 deletions
diff --git a/gallery_dl/extractor/gelbooru.py b/gallery_dl/extractor/gelbooru.py
index 0042676..863cead 100644
--- a/gallery_dl/extractor/gelbooru.py
+++ b/gallery_dl/extractor/gelbooru.py
@@ -91,10 +91,43 @@ class GelbooruPostExtractor(GelbooruBase,
"content": "5e255713cbf0a8e0801dc423563c34d896bb9229",
"count": 1,
}),
+ ("https://gelbooru.com/index.php?page=post&s=view&id=6018318", {
+ "options": (("tags", True),),
+ "content": "977caf22f27c72a5d07ea4d4d9719acdab810991",
+ "keyword": {
+ "tags_artist": "kirisaki_shuusei",
+ "tags_character": str,
+ "tags_copyright": "vocaloid",
+ "tags_general": str,
+ "tags_metadata": str,
+ },
+ }),
# video
("https://gelbooru.com/index.php?page=post&s=view&id=5938076", {
"content": "6360452fa8c2f0c1137749e81471238564df832a",
"pattern": r"https://img\d\.gelbooru\.com/images"
r"/22/61/226111273615049235b001b381707bd0\.webm",
}),
+ # notes
+ ("https://gelbooru.com/index.php?page=post&s=view&id=5997331", {
+ "options": (("notes", True),),
+ "keywords": {
+ "notes": [
+ {
+ "height": 553,
+ "body": "Look over this way when you talk~",
+ "width": 246,
+ "x": 35,
+ "y": 72
+ },
+ {
+ "height": 557,
+ "body": "Hey~\nAre you listening~?",
+ "width": 246,
+ "x": 1233,
+ "y": 109
+ }
+ ]
+ }
+ }),
)