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 = (
("https://mangadex.org/chapter/122094", {
"keyword": "ef1084c2845825979e150512fed8fdc209baf05a",
"content": ("a5f6b7b1434b555ed5fe1347994cda5360509658",
"7ab3bef5caccb62b881f8e6e70359d3c7be8137f"),
"content": "50383a4c15124682057b197d40261641a98db514",
}),
# oneshot
("https://mangadex.cc/chapter/138086", {

View File

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

View File

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