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

Commit

Permalink
Fix saint primary base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Feb 6, 2024
1 parent d2c1797 commit 3211825
Show file tree
Hide file tree
Showing 3 changed files with 3 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.64"
__version__ = "5.1.65"
2 changes: 1 addition & 1 deletion cyberdrop_dl/scraper/crawlers/saint_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class SaintCrawler(Crawler):
def __init__(self, manager: Manager):
super().__init__(manager, "saint", "Saint")
self.primary_base_domain = URL("https://bunkr.sk")
self.primary_base_domain = URL("https://saint2.su")
self.request_limiter = AsyncLimiter(10, 1)

"""~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"""
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.64"
version = "5.1.65"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3211825

Please sign in to comment.