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

@@ -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",
})