update extractor test results

This commit is contained in:
Mike Fährmann
2020-04-11 23:00:42 +02:00
parent bae1e8ed12
commit fd438f0d78
3 changed files with 6 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ class LusciousAlbumExtractor(LusciousExtractor):
"permissions" : list, "permissions" : list,
"rating" : float, "rating" : float,
"slug" : "okinami-no-koigokoro", "slug" : "okinami-no-koigokoro",
"status" : "not_moderated", "status" : str,
"tags" : list, "tags" : list,
"title" : "Okinami no Koigokoro", "title" : "Okinami no Koigokoro",
"url" : "/albums/okinami-no-koigokoro_277031/", "url" : "/albums/okinami-no-koigokoro_277031/",
@@ -92,7 +92,7 @@ class LusciousAlbumExtractor(LusciousExtractor):
"like_status" : "none", "like_status" : "none",
"position" : int, "position" : int,
"resolution" : r"re:\d+x\d+", "resolution" : r"re:\d+x\d+",
"status" : "not_moderated", "status" : str,
"tags" : list, "tags" : list,
"thumbnail" : str, "thumbnail" : str,
"title" : str, "title" : str,

View File

@@ -53,7 +53,7 @@ class RealbooruPostExtractor(booru.PostMixin, RealbooruExtractor):
"options": (("tags", True),), "options": (("tags", True),),
"keyword": { "keyword": {
"tags_general" : str, "tags_general" : str,
"tags_metadata": "tagme", "tags_metadata": "cute tagme",
"tags_model" : "jennifer_lawrence", "tags_model" : "jennifer_lawrence",
}, },
}) })

View File

@@ -27,6 +27,9 @@ TRAVIS_SKIP = {
# temporary issues, etc. # temporary issues, etc.
BROKEN = { BROKEN = {
"dokireader",
"mangafox",
"mangahere",
"photobucket", "photobucket",
"worldthree", "worldthree",
} }