update extractor test results
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -27,6 +27,9 @@ TRAVIS_SKIP = {
|
|||||||
|
|
||||||
# temporary issues, etc.
|
# temporary issues, etc.
|
||||||
BROKEN = {
|
BROKEN = {
|
||||||
|
"dokireader",
|
||||||
|
"mangafox",
|
||||||
|
"mangahere",
|
||||||
"photobucket",
|
"photobucket",
|
||||||
"worldthree",
|
"worldthree",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user