Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
W-KemonoDownloader-3.7.0-x86_64-Portable.exe | 2025-04-15 | 54.2 MB | |
L-KemonoDownloader-3.7.0-1-x86_64.pkg.tar.zst | 2025-04-15 | 91.4 MB | |
L-KemonoDownloader-3.7.0-1.fc41.x86_64.rpm | 2025-04-15 | 73.5 MB | |
L-KemonoDownloader-3.7.0-1.ubuntu-noble_amd64.deb | 2025-04-15 | 73.0 MB | |
M-KemonoDownloader-3.7.0-x86_64.dmg | 2025-04-15 | 120.8 MB | |
M-KemonoDownloader-3.7.0-arm64.dmg | 2025-04-15 | 117.6 MB | |
W-KemonoDownloader-3.7.0-x86_64.msi | 2025-04-15 | 95.8 MB | |
Kemono Downloader v3.7.0 source code.tar.gz | 2025-04-15 | 1.1 MB | |
Kemono Downloader v3.7.0 source code.zip | 2025-04-15 | 1.1 MB | |
README.md | 2025-04-15 | 679 Bytes | |
Totals: 10 Items | 628.5 MB | 0 |
feat: Add retry logic and fix thread termination in downloaders
- Implemented 5-attempt, 3-second countdown retry in post_downloader.py
and creator_downloader.py
for robust downloads.
- Resolved ResourceWarning
in post_downloader.py
with with
statements.
- Fixed RuntimeError
in creator_downloader.py
by improving thread cleanup.
- Enhanced cancel
methods to stop retries instantly with safe thread termination.
- Added translation keys for retry logging.
- Adjusted Max Simultaneous Downloads from 10 to 20