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

Commit

Permalink
update bunkr domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Jan 25, 2024
1 parent b976042 commit 33e7522
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.48"
__version__ = "5.1.49"
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://bunkrr.ru")
self.ddos_guard_domain = URL("https://*.bunkrr.ru")
self.primary_base_domain = URL("https://bunkr.sk")
self.ddos_guard_domain = URL("https://bunkr.sk")
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.48"
version = "5.1.49"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 33e7522

Please sign in to comment.