Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.41 KB

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

git clone https://github.com/j1nxie/nhdl.git
cd nhdl
cargo build --release

releases

releases are available in the releases tab and sidebar!

usage

run nhdl in a command-line interface for help on usage.

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
    • proxy support
  • pretty-printing of download progress.

license

licensed under either of

at your option.

contribution

unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.