1
0
Fork 0
mirror of synced 2024-05-19 19:52:41 +12:00

Add new Redgifs subdomain

Seems there's a v3 subdomain now (looks like it's mostly for mobile)
This commit is contained in:
Soulsuck24 2023-01-06 11:56:54 -05:00
parent 74fb9e0ad7
commit 579c5ab8eb
No known key found for this signature in database
GPG key ID: EDBD4E9B4DA565B4
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ class DownloadFactory:
sanitised_url = DownloadFactory.sanitise_url(url)
if re.match(r"(i\.|m\.)?imgur", sanitised_url):
return Imgur
elif re.match(r"(i\.|thumbs\d\.)?(redgifs|gifdeliverynetwork)", sanitised_url):
elif re.match(r"(i\.|thumbs\d\.|v\d\.)?(redgifs|gifdeliverynetwork)", sanitised_url):
return Redgifs
elif re.match(r".*/.*\.[a-zA-Z34]{3,4}(\?[\w;&=]*)?$", sanitised_url) and not DownloadFactory.is_web_resource(
sanitised_url

View file

@ -41,6 +41,7 @@ from bdfr.site_downloaders.youtube import Youtube
("https://redgifs.com/watch/courageousimpeccablecanvasback", Redgifs),
("https://www.gifdeliverynetwork.com/repulsivefinishedandalusianhorse", Redgifs),
("https://thumbs4.redgifs.com/DismalIgnorantDrongo-mobile.mp4", Redgifs),
("https://v3.redgifs.com/watch/kaleidoscopicdaringvenomoussnake", Redgifs),
("https://youtu.be/DevfjHOhuFc", Youtube),
("https://m.youtube.com/watch?v=kr-FeojxzUM", Youtube),
("https://dynasty-scans.com/system/images_images/000/017/819/original/80215103_p0.png?1612232781", Direct),