A simple Dynasty Reader's CLI downloader, written in Rust.
Download the release and then put it in your path or anywhere you want.
You need to have Rust toolchain installed if you want to install using Cargo.
bash
cargo install dynasty
Cargo will put the binary,
dynasty-cli
at your installation root (typically at$HOME/.cargo/bin
).
This is the --help
for v1.0.0
.
``` dynasty 1.0.0 Aynh aynlazur@gmail.com Dynasty reader's downloader
USAGE:
dynasty-cli [OPTIONS]
ARGS:
OPTIONS: -d, --dir
-h, --help
Print help information
-j, --max-concurrent-request <NUM>
The maximum number of concurrently running requests. [default: 4]
-V, --version
Print version information
```
bash
dynasty-cli https://dynasty-scans.com/series/hino_san_no_baka -j 12
bash
HTTPS_PROXY=socks5://127.0.0.1:1080 dynasty-cli https://dynasty-scans.com/chapters/kitanai_kimi_ga_ichiban_kawaii_ch26
Licensed under either of
at your option.
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.