Skip to content

Commit

Permalink
Merge pull request #209 from NTFSvolume/bunkr_new_domain
Browse files Browse the repository at this point in the history
fix: update bunkr domain (again)
  • Loading branch information
datawhores authored Oct 25, 2024
2 parents 1018594 + a5e4abf commit 23fe969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberdrop_dl/scraper/crawlers/bunkrr_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class BunkrrCrawler(Crawler):
def __init__(self, manager: Manager):
super().__init__(manager, "bunkrr", "Bunkrr")
self.primary_base_domain = URL("https://bunkr.pk")
self.primary_base_domain = URL("https://bunkr.site")
self.request_limiter = AsyncLimiter(10, 1)

"""~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"""
Expand Down

0 comments on commit 23fe969

Please sign in to comment.