Skip to content

Commit

Permalink
Update redgifs.py to include 0-9 regex
Browse files Browse the repository at this point in the history
  • Loading branch information
reasonabledoubt authored Jul 28, 2024
1 parent 0fcd603 commit f8a7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/redgifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f8a7a61

Please sign in to comment.