From fd438f0d78f0061ab3c717fef384c6103bad52ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 11 Apr 2020 23:00:42 +0200 Subject: [PATCH] update extractor test results --- gallery_dl/extractor/luscious.py | 4 ++-- gallery_dl/extractor/realbooru.py | 2 +- test/test_results.py | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) 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", }