Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
W-KemonoDownloader-3.5.0-x86_64-Portable.exe | 2025-04-08 | 52.8 MB | |
L-KemonoDownloader-3.5.0-1-x86_64.pkg.tar.zst | 2025-04-08 | 90.4 MB | |
L-KemonoDownloader-3.5.0-1.fc41.x86_64.rpm | 2025-04-08 | 72.7 MB | |
L-KemonoDownloader-3.5.0-1.ubuntu-noble_amd64.deb | 2025-04-08 | 72.2 MB | |
M-KemonoDownloader-3.5.0-x86_64.dmg | 2025-04-08 | 120.2 MB | |
M-KemonoDownloader-3.5.0-arm64.dmg | 2025-04-08 | 116.8 MB | |
W-KemonoDownloader-3.5.0-x86_64.msi | 2025-04-08 | 94.0 MB | |
Kemono Downloader v3.5.0 source code.tar.gz | 2025-04-08 | 1.1 MB | |
Kemono Downloader v3.5.0 source code.zip | 2025-04-08 | 1.1 MB | |
README.md | 2025-04-08 | 905 Bytes | |
Totals: 10 Items | 621.3 MB | 0 |
Update v3.5.0 - fb65c67
Added
* Dynamic Accept-Language
header based on the user's system language, supporting Windows, Linux, and macOS.
* Dynamic User-Agent
header using the fake-useragent
library to always mimic a modern Chrome browser.
* Platform-specific locale detection using ctypes
on Windows to accurately map LCIDs to language tags.
* Added a github workflow file to automate the building process.
Changed
* Updated the User-Agent
header to use a recent Chrome version dynamically (previously hardcoded to Chrome 91).
Dependencies
* Added fake-useragent
as a new dependency for dynamic User-Agent generation.