diff --git a/gallery_dl/extractor/luscious.py b/gallery_dl/extractor/luscious.py index 3b1292b8..7561c64e 100644 --- a/gallery_dl/extractor/luscious.py +++ b/gallery_dl/extractor/luscious.py @@ -72,7 +72,7 @@ class LusciousAlbumExtractor(LusciousExtractor): "permissions" : list, "rating" : float, "slug" : "okinami-no-koigokoro", - "status" : "not_moderated", + "status" : str, "tags" : list, "title" : "Okinami no Koigokoro", "url" : "/albums/okinami-no-koigokoro_277031/", @@ -92,7 +92,7 @@ class LusciousAlbumExtractor(LusciousExtractor): "like_status" : "none", "position" : int, "resolution" : r"re:\d+x\d+", - "status" : "not_moderated", + "status" : str, "tags" : list, "thumbnail" : str, "title" : str, diff --git a/gallery_dl/extractor/realbooru.py b/gallery_dl/extractor/realbooru.py index 70b48334..f6bb4dfb 100644 --- a/gallery_dl/extractor/realbooru.py +++ b/gallery_dl/extractor/realbooru.py @@ -53,7 +53,7 @@ class RealbooruPostExtractor(booru.PostMixin, RealbooruExtractor): "options": (("tags", True),), "keyword": { "tags_general" : str, - "tags_metadata": "tagme", + "tags_metadata": "cute tagme", "tags_model" : "jennifer_lawrence", }, }) diff --git a/test/test_results.py b/test/test_results.py index eb23b685..9064810f 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -27,6 +27,9 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { + "dokireader", + "mangafox", + "mangahere", "photobucket", "worldthree", }