mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
update extractor test results
This commit is contained in:
parent
0f55b8e80a
commit
d50f3b333a
@ -216,8 +216,8 @@ EXTRACTORS = {
|
||||
),
|
||||
"test-manga":
|
||||
("https://sensescans.com/reader/series/yotsubato/", {
|
||||
"url": "ee4dca7c421bf15ac039200f8c0bcb0858153640",
|
||||
"keyword": "f94961bd731bd878bbd4d48555bc3ace1d937364",
|
||||
"url": "305e6eb6160e3bb90c3de39ff5fb7c971e052087",
|
||||
"keyword": "562fb5a7362a4cb43d59d5c8a6ea8080fc65cf99",
|
||||
}),
|
||||
},
|
||||
"worldthree": {
|
||||
|
@ -58,7 +58,8 @@ class RedgifsImageExtractor(RedgifsExtractor):
|
||||
r"|gifdeliverynetwork.com)/([A-Za-z]+)")
|
||||
test = (
|
||||
("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",
|
||||
}),
|
||||
("https://www.gifdeliverynetwork.com/foolishforkedabyssiniancat"),
|
||||
|
@ -31,6 +31,7 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"dokireader",
|
||||
"imagevenue",
|
||||
"photobucket",
|
||||
"worldthree",
|
||||
|
Loading…
Reference in New Issue
Block a user