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,
"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,

View File

@@ -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",
},
})

View File

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