Update redgifs.py to include 0-9 regex

pull/5899/head
reasonabledoubt 2 months ago committed by GitHub
parent 0fcd603498
commit f8a7a61f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -190,7 +190,7 @@ class RedgifsImageExtractor(RedgifsExtractor):
r"(?:\w+\.)?redgifs\.com/(?:watch|ifr)|"
r"(?:\w+\.)?gfycat\.com(?:/gifs/detail|/\w+)?|"
r"(?:www\.)?gifdeliverynetwork\.com|"
r"i\.redgifs\.com/i)/([A-Za-z]+)")
r"i\.redgifs\.com/i)/([A-Za-z0-9]+)")
example = "https://redgifs.com/watch/ID"
def gifs(self):

Loading…
Cancel
Save