mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 19:51:34 +01:00
update extractor test results
This commit is contained in:
parent
864f4220d9
commit
3bad1579ee
@ -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", {
|
||||
|
@ -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",
|
||||
})
|
||||
|
||||
|
@ -31,6 +31,9 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"e621",
|
||||
"imagevenue",
|
||||
"jaiminisbox",
|
||||
"photobucket",
|
||||
"worldthree",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user