nhdl
nhdl - a command-line doujinshi downloader client built in rust!
goals
- fast and asynchronous doujinshi downloader, supporting various doujinshi sites.
- simple to use and setup.
- lightweight and cross-platform.
non-goals
- give access to paywalled content.
- support for every doujinshi site in existence.
build
only building from source is available for now.
git clone https://github.com/j1nxie/nhdl.git
cd nhdl
cargo build
cargo run
roadmap
- basic support for single NH links through stdin.
- multithreaded downloading.
- a text file / id parser for mass download.
- toml-based configuration for:
- download path
- thread count
- proxy support
license
this project is licensed under the gnu gpl3.