Skip to content

Commit

Permalink
Update bunkr.py
Browse files Browse the repository at this point in the history
mistranscribed my local fix.  🤦‍♂️
  • Loading branch information
Silenc3IsGold3n committed Jul 7, 2023
1 parent a45d7ab commit 7a196d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/bunkr.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def fetch_album(self, album_id):
if url.endswith((".mp4", ".m4v", ".mov", ".webm", ".mkv", ".ts",
".zip", ".rar", ".7z")):
if "12.bunkr.ru" in url:
url = url.replace("12.bunkr.la")
url = url.replace("bunkr.ru""bunkr.la")
append({"file": url.replace("://cdn", "://media-files", 1),
"_http_headers": headers})
else:
Expand Down

0 comments on commit 7a196d9

Please sign in to comment.