mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 11:41:35 +01:00
Update redgifs.py to include 0-9 regex
This commit is contained in:
parent
0fcd603498
commit
f8a7a61f67
@ -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…
x
Reference in New Issue
Block a user