1
0
Fork 0
mirror of synced 2024-09-28 15:22:16 +12:00

Update tests

Seems the thumbs subdomain was changed for these cases.
This commit is contained in:
OMEGARAZER 2023-02-17 15:17:25 -05:00
parent 9eeff73a12
commit a3b9e78f53
No known key found for this signature in database
GPG key ID: D89925310D306E35

View file

@ -21,12 +21,15 @@ def test_auth_cache():
(
("https://gfycat.com/definitivecaninecrayfish", "https://giant.gfycat.com/DefinitiveCanineCrayfish.mp4"),
("https://gfycat.com/dazzlingsilkyiguana", "https://giant.gfycat.com/DazzlingSilkyIguana.mp4"),
("https://gfycat.com/WearyComposedHairstreak", "https://thumbs4.redgifs.com/WearyComposedHairstreak.mp4"),
("https://gfycat.com/WearyComposedHairstreak", "https://thumbs44.redgifs.com/WearyComposedHairstreak.mp4"),
(
"https://thumbs.gfycat.com/ComposedWholeBullfrog-size_restricted.gif",
"https://thumbs4.redgifs.com/ComposedWholeBullfrog.mp4",
"https://thumbs44.redgifs.com/ComposedWholeBullfrog.mp4",
),
(
"https://giant.gfycat.com/ComposedWholeBullfrog.mp4",
"https://thumbs44.redgifs.com/ComposedWholeBullfrog.mp4",
),
("https://giant.gfycat.com/ComposedWholeBullfrog.mp4", "https://thumbs4.redgifs.com/ComposedWholeBullfrog.mp4"),
),
)
def test_get_link(test_url: str, expected_url: str):