mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 11:41:35 +01:00
update extractor test results
This commit is contained in:
parent
bae1e8ed12
commit
fd438f0d78
@ -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…
x
Reference in New Issue
Block a user