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

Commit

Permalink
Update bunkr base domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Jan 21, 2024
1 parent 6fd4d30 commit 8a456b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.44"
__version__ = "5.1.45"
4 changes: 2 additions & 2 deletions cyberdrop_dl/scraper/crawlers/bunkrr_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
class BunkrrCrawler(Crawler):
def __init__(self, manager: Manager):
super().__init__(manager, "bunkrr", "Bunkrr")
self.primary_base_domain = URL("https://www.bunkrr.su")
self.ddos_guard_domain = URL("https://*.bunkrr.su")
self.primary_base_domain = URL("https://bunkrr.ru")
self.ddos_guard_domain = URL("https://*.bunkrr.ru")
self.request_limiter = AsyncLimiter(10, 1)

self.cookies_set = False
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.44"
version = "5.1.45"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8a456b2

Please sign in to comment.