diff --git a/gallery_dl/extractor/bunkr.py b/gallery_dl/extractor/bunkr.py index 2c08f003..93df6455 100644 --- a/gallery_dl/extractor/bunkr.py +++ b/gallery_dl/extractor/bunkr.py @@ -202,7 +202,8 @@ class BunkrAlbumExtractor(LolisafeAlbumExtractor): } def _validate(self, response): - if response.history and response.url.endswith("/maintenance-vid.mp4"): + if response.history and response.url.endswith( + ("/maint.mp4", "/maintenance-vid.mp4")): self.log.warning("File server in maintenance mode") return False return True