A Fast manga downloader for e-hentai.org and exhentai.org, written in Rust.
- Multi-threaded downloading for maximum speed
- Automatic retry with verification (up to 5 attempts)
- Supports both e-hentai.org and exhentai.org
- Cross-platform: Linux, macOS, Windows
Download the latest release from the Releases page.
| Platform | Download |
|---|---|
| Linux (x64) | hentai-downloader-x86_64-unknown-linux-gnu.tar.gz |
| macOS (Intel) | hentai-downloader-x86_64-apple-darwin.tar.gz |
| macOS (Apple Silicon) | hentai-downloader-aarch64-apple-darwin.tar.gz |
| Windows (x64) | hentai-downloader-x86_64-pc-windows-msvc.zip |
Make sure you have Rust installed, then run:
cargo build --releaseThe executable will be at target/release/hentai-downloader.
hentai-downloader 0.2
Hongsheng Zheng <mathan0203@gmail.com>
Download the Manga from e(x)hentai website.
USAGE:
hentai-downloader [OPTIONS] --url <url>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --cookie <file> The cookie file for access exhentai.org
-u, --url <url> The url of Manga for which you want to download
Download from e-hentai.org:
hentai-downloader -u https://e-hentai.org/g/12345/abcdef/Download from exhentai.org (requires cookie):
hentai-downloader -u https://exhentai.org/g/12345/abcdef/ -c cookie.txtDownloaded files will be saved to tmp{gallery_id}/ directory.
To access exhentai.org, you need to provide your session cookies.
- Log in to exhentai.org in your browser
- Open Developer Tools (F12) -> Storage/Application -> Cookies
- Copy the cookie values and save to
cookie.txt:
ipb_member_id=YOUR_ID; ipb_pass_hash=YOUR_HASH; igneous=YOUR_IGNEOUS
E(X)Hentai has an implicit image viewing limit per user. If you exceed this limit, you'll need to wait several hours for it to recover.
GPL-3.0 license