Skip to content

Commit

Permalink
merge #4489: [bunkr] fix media domain for cdn-pizza.bunkr.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Sep 2, 2023
2 parents 2879859 + 8c477f7 commit 3cb4cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/bunkr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
MEDIA_DOMAIN_OVERRIDES = {
"cdn9.bunkr.ru" : "c9.bunkr.ru",
"cdn12.bunkr.ru": "media-files12.bunkr.la",
"cdn-pizza.bunkr.ru": "pizza.bunkr.ru",
}

CDN_HOSTED_EXTENSIONS = (
Expand Down

0 comments on commit 3cb4cee

Please sign in to comment.