diff --git a/gallery_dl/extractor/gelbooru_v01.py b/gallery_dl/extractor/gelbooru_v01.py index 541f454b36b..909c969aa1a 100644 --- a/gallery_dl/extractor/gelbooru_v01.py +++ b/gallery_dl/extractor/gelbooru_v01.py @@ -44,6 +44,7 @@ def _parse_post(self, post_id): BASE_PATTERN = GelbooruV01Extractor.update({ + "furry" : {"root": "https://furry.booru.org"}, "thecollection" : {"root": "https://the-collection.booru.org"}, "illusioncardsbooru": {"root": "https://illusioncards.booru.org"}, "allgirlbooru" : {"root": "https://allgirl.booru.org"},