diff options
Diffstat (limited to 'gallery_dl/extractor/realbooru.py')
| -rw-r--r-- | gallery_dl/extractor/realbooru.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gallery_dl/extractor/realbooru.py b/gallery_dl/extractor/realbooru.py index 4841743..1d2140a 100644 --- a/gallery_dl/extractor/realbooru.py +++ b/gallery_dl/extractor/realbooru.py @@ -50,10 +50,10 @@ class RealbooruPostExtractor(booru.PostMixin, RealbooruExtractor): test = ("https://realbooru.com/index.php?page=post&s=view&id=668483", { "url": "2421b5b0e15d5e20f9067090a8b0fd4114d3e7d9", "content": "7f5873ce3b6cd295ea2e81fcb49583098ea9c8da", - "options": (("tags", True),), - "keyword": { - "tags_general" : str, - "tags_metadata": str, - "tags_model" : "jennifer_lawrence", - }, + # "options": (("tags", True),), + # "keyword": { + # "tags_general" : str, + # "tags_metadata": str, + # "tags_model" : "jennifer_lawrence", + # }, }) |
