Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Add new maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Jan 18, 2024
1 parent bf09fd5 commit 1567f80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.42"
__version__ = "5.1.43"
3 changes: 2 additions & 1 deletion cyberdrop_dl/managers/client_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ async def check_http_status(self, response: ClientResponse, download: bool = Fal
if download:
if response_url in [URL("https://bnkr.b-cdn.net/maintenance-vid.mp4"),
URL("https://bnkr.b-cdn.net/maintenance.mp4"),
URL("https://bunkrr.su/magic/lovely.mp4"),]:
URL("https://bunkrr.su/magic/lovely.mp4"),
URL("https://c.bunkr-cache.se/maintenance-vid.mp4"),]:
raise DownloadFailure(status="Bunkr Maintenance", message="Bunkr under maintenance")
if "imgur.com/removed" in str(response_url):
raise DownloadFailure(status=HTTPStatus.NOT_FOUND, message="Imgur image has been removed")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.1.42"
version = "5.1.43"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1567f80

Please sign in to comment.