update extractor test results
- certain posts on Instagram now return https://static.cdninstagram.com/rsrc.php/null.jpg for public users - MangaDex is deploying its new MangaDex@Home network similar to exhentai's Hentai@Home - realbooru has a new site layout, but the underlying booru API still works like before
This commit is contained in:
parent
ffb6c5277a
commit
7daef6ee70
@ -53,7 +53,7 @@ class _8musesAlbumExtractor(Extractor):
|
||||
"private": False,
|
||||
},
|
||||
}),
|
||||
("https://www.8muses.com/comics/album/Fakku-Comics/7?sort=az", {
|
||||
("https://www.8muses.com/comics/album/Fakku-Comics/8?sort=az", {
|
||||
"count": ">= 70",
|
||||
"keyword": {"name": r"re:^[R-Zr-z]"},
|
||||
}),
|
||||
|
@ -51,7 +51,7 @@ class MangadexChapterExtractor(MangadexExtractor):
|
||||
test = (
|
||||
("https://mangadex.org/chapter/122094", {
|
||||
"keyword": "ef1084c2845825979e150512fed8fdc209baf05a",
|
||||
"content": "50383a4c15124682057b197d40261641a98db514",
|
||||
# "content": "50383a4c15124682057b197d40261641a98db514",
|
||||
}),
|
||||
# oneshot
|
||||
("https://mangadex.cc/chapter/138086", {
|
||||
|
@ -85,7 +85,7 @@ class MangoxoAlbumExtractor(MangoxoExtractor):
|
||||
},
|
||||
"album": {
|
||||
"id": "lzVOv1Q9",
|
||||
"name": "池永康晟 Ikenaga Yasunari 透出古朴气息的日本美女人像画作",
|
||||
"name": "re:池永康晟 Ikenaga Yasunari 透出古朴",
|
||||
"date": "2019.3.22 14:42",
|
||||
"description": str,
|
||||
},
|
||||
|
@ -50,10 +50,10 @@ class RealbooruPostExtractor(booru.PostMixin, RealbooruExtractor):
|
||||
test = ("https://realbooru.com/index.php?page=post&s=view&id=668483", {
|
||||
"url": "2421b5b0e15d5e20f9067090a8b0fd4114d3e7d9",
|
||||
"content": "7f5873ce3b6cd295ea2e81fcb49583098ea9c8da",
|
||||
"options": (("tags", True),),
|
||||
"keyword": {
|
||||
"tags_general" : str,
|
||||
"tags_metadata": str,
|
||||
"tags_model" : "jennifer_lawrence",
|
||||
},
|
||||
# "options": (("tags", True),),
|
||||
# "keyword": {
|
||||
# "tags_general" : str,
|
||||
# "tags_metadata": str,
|
||||
# "tags_model" : "jennifer_lawrence",
|
||||
# },
|
||||
})
|
||||
|
@ -31,9 +31,7 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"e621",
|
||||
"imagevenue",
|
||||
"jaiminisbox",
|
||||
"photobucket",
|
||||
"worldthree",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user