update extractor test results

This commit is contained in:
Mike Fährmann
2020-05-31 17:42:07 +02:00
parent 864f4220d9
commit 3bad1579ee
3 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -17,7 +17,7 @@ class RedgifsImageExtractor(GfycatImageExtractor):
category = "redgifs" category = "redgifs"
pattern = r"(?:https?://)?(?:www\.)?redgifs\.com/watch/([A-Za-z]+)" pattern = r"(?:https?://)?(?:www\.)?redgifs\.com/watch/([A-Za-z]+)"
test = ("https://redgifs.com/watch/foolishforkedabyssiniancat", { test = ("https://redgifs.com/watch/foolishforkedabyssiniancat", {
"pattern": "https://giant.gfycat.com/FoolishForkedAbyssiniancat.mp4", "pattern": r"https://\w+.redgifs.com/FoolishForkedAbyssiniancat.mp4",
"content": "f6e03f1df9a2ff2a74092f53ee7580d2fb943533", "content": "f6e03f1df9a2ff2a74092f53ee7580d2fb943533",
}) })

View File

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