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

Commit

Permalink
Limit coomer to 1 at a time to reduce failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Apr 15, 2024
1 parent 9a16a4f commit ef69342
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.2.26"
__version__ = "5.2.27"
2 changes: 1 addition & 1 deletion cyberdrop_dl/managers/download_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, manager: Manager):

self.file_lock = FileLock()

self.download_limits = {'bunkr': 1, 'bunkrr': 1, 'cyberdrop': 1, 'coomer': 2, 'cyberfile': 2, 'kemono': 2, "pixeldrain": 2}
self.download_limits = {'bunkr': 1, 'bunkrr': 1, 'cyberdrop': 1, 'coomer': 1, 'cyberfile': 2, 'kemono': 1, "pixeldrain": 2}

async def get_download_limit(self, key: str) -> int:
"""Returns the download limit for a domain"""
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.2.26"
version = "5.2.27"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ef69342

Please sign in to comment.