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:
Mike Fährmann
2020-06-12 00:36:06 +02:00
parent ffb6c5277a
commit 7daef6ee70
5 changed files with 9 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ class _8musesAlbumExtractor(Extractor):
"private": False, "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", "count": ">= 70",
"keyword": {"name": r"re:^[R-Zr-z]"}, "keyword": {"name": r"re:^[R-Zr-z]"},
}), }),

View File

@@ -51,7 +51,7 @@ class MangadexChapterExtractor(MangadexExtractor):
test = ( test = (
("https://mangadex.org/chapter/122094", { ("https://mangadex.org/chapter/122094", {
"keyword": "ef1084c2845825979e150512fed8fdc209baf05a", "keyword": "ef1084c2845825979e150512fed8fdc209baf05a",
"content": "50383a4c15124682057b197d40261641a98db514", # "content": "50383a4c15124682057b197d40261641a98db514",
}), }),
# oneshot # oneshot
("https://mangadex.cc/chapter/138086", { ("https://mangadex.cc/chapter/138086", {

View File

@@ -85,7 +85,7 @@ class MangoxoAlbumExtractor(MangoxoExtractor):
}, },
"album": { "album": {
"id": "lzVOv1Q9", "id": "lzVOv1Q9",
"name": "池永康晟 Ikenaga Yasunari 透出古朴气息的日本美女人像画作", "name": "re:池永康晟 Ikenaga Yasunari 透出古朴",
"date": "2019.3.22 14:42", "date": "2019.3.22 14:42",
"description": str, "description": str,
}, },

View File

@@ -50,10 +50,10 @@ class RealbooruPostExtractor(booru.PostMixin, RealbooruExtractor):
test = ("https://realbooru.com/index.php?page=post&s=view&id=668483", { test = ("https://realbooru.com/index.php?page=post&s=view&id=668483", {
"url": "2421b5b0e15d5e20f9067090a8b0fd4114d3e7d9", "url": "2421b5b0e15d5e20f9067090a8b0fd4114d3e7d9",
"content": "7f5873ce3b6cd295ea2e81fcb49583098ea9c8da", "content": "7f5873ce3b6cd295ea2e81fcb49583098ea9c8da",
"options": (("tags", True),), # "options": (("tags", True),),
"keyword": { # "keyword": {
"tags_general" : str, # "tags_general" : str,
"tags_metadata": str, # "tags_metadata": str,
"tags_model" : "jennifer_lawrence", # "tags_model" : "jennifer_lawrence",
}, # },
}) })

View File

@@ -31,9 +31,7 @@ TRAVIS_SKIP = {
# temporary issues, etc. # temporary issues, etc.
BROKEN = { BROKEN = {
"e621",
"imagevenue", "imagevenue",
"jaiminisbox",
"photobucket", "photobucket",
"worldthree", "worldthree",
} }