1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

update extractor test results

This commit is contained in:
Mike Fährmann 2020-08-30 20:55:22 +02:00
parent 0f55b8e80a
commit d50f3b333a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 5 additions and 3 deletions

View File

@ -216,8 +216,8 @@ EXTRACTORS = {
), ),
"test-manga": "test-manga":
("https://sensescans.com/reader/series/yotsubato/", { ("https://sensescans.com/reader/series/yotsubato/", {
"url": "ee4dca7c421bf15ac039200f8c0bcb0858153640", "url": "305e6eb6160e3bb90c3de39ff5fb7c971e052087",
"keyword": "f94961bd731bd878bbd4d48555bc3ace1d937364", "keyword": "562fb5a7362a4cb43d59d5c8a6ea8080fc65cf99",
}), }),
}, },
"worldthree": { "worldthree": {

View File

@ -58,7 +58,8 @@ class RedgifsImageExtractor(RedgifsExtractor):
r"|gifdeliverynetwork.com)/([A-Za-z]+)") r"|gifdeliverynetwork.com)/([A-Za-z]+)")
test = ( test = (
("https://redgifs.com/watch/foolishforkedabyssiniancat", { ("https://redgifs.com/watch/foolishforkedabyssiniancat", {
"pattern": r"https://\w+.redgifs.com/FoolishForkedAbyss.+.mp4", "pattern": r"https://\w+\.(redgifs|gfycat)\.com"
r"/FoolishForkedAbyssiniancat\.mp4",
"content": "f6e03f1df9a2ff2a74092f53ee7580d2fb943533", "content": "f6e03f1df9a2ff2a74092f53ee7580d2fb943533",
}), }),
("https://www.gifdeliverynetwork.com/foolishforkedabyssiniancat"), ("https://www.gifdeliverynetwork.com/foolishforkedabyssiniancat"),

View File

@ -31,6 +31,7 @@ TRAVIS_SKIP = {
# temporary issues, etc. # temporary issues, etc.
BROKEN = { BROKEN = {
"dokireader",
"imagevenue", "imagevenue",
"photobucket", "photobucket",
"worldthree", "worldthree",