Skip to content

Commit

Permalink
[redgifs] "fix" download URLs (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Sep 2, 2022
1 parent 3cb8327 commit 7f764eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/redgifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def _formats(self, gif):
for fmt in self.formats:
url = urls.get(fmt)
if url:
url = url.replace("//thumbs2.", "//thumbs3.", 1)
text.nameext_from_url(url, gif)
yield url

Expand Down

0 comments on commit 7f764eb

Please sign in to comment.