Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
W-KemonoDownloader-3.8.0-x86_64-Portable.exe | 2025-04-16 | 54.2 MB | |
L-KemonoDownloader-3.8.0-1-x86_64.pkg.tar.zst | 2025-04-16 | 91.4 MB | |
L-KemonoDownloader-3.8.0-1.fc42.x86_64.rpm | 2025-04-16 | 73.5 MB | |
L-KemonoDownloader-3.8.0-1.ubuntu-noble_amd64.deb | 2025-04-16 | 73.0 MB | |
M-KemonoDownloader-3.8.0-x86_64.dmg | 2025-04-16 | 121.0 MB | |
M-KemonoDownloader-3.8.0-arm64.dmg | 2025-04-16 | 117.7 MB | |
W-KemonoDownloader-3.8.0-x86_64.msi | 2025-04-16 | 95.8 MB | |
Kemono Downloader v3.8.0 source code.tar.gz | 2025-04-16 | 1.1 MB | |
Kemono Downloader v3.8.0 source code.zip | 2025-04-16 | 1.1 MB | |
README.md | 2025-04-16 | 618 Bytes | |
Totals: 10 Items | 628.8 MB | 0 |
feat: Add retry logic with countdown in post_downloader.py
- Implemented 5-attempt retry with customizable 5-second countdown in post_downloader.py
for fetch_and_detect_files
.
- Added line-by-line countdown logging for each retry delay second.
- Introduced retry_delay_seconds
variable for flexible retry timing.
- Enhanced error handling for HTTP 429 and exceptions with detailed retry logs.
- Maintained existing thread termination checks for consistency.