update extractor test results

pull/726/head
Mike Fährmann 5 years ago
parent bae1e8ed12
commit fd438f0d78
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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

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

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

Loading…
Cancel
Save