Crates.io | dynasty |
lib.rs | dynasty |
version | 1.4.1 |
source | src |
created_at | 2022-08-06 03:47:49.956315 |
updated_at | 2022-10-16 11:27:47.41324 |
description | Dynasty Reader's CLI downloader |
homepage | |
repository | https://github.com/Aynh/dynasty |
max_upload_size | |
id | 639677 |
size | 121,018 |
You need to extract the archive in order to get the executable binary.
Rust toolchain is required.
cargo install dynasty
Cargo will put the binary,
dynasty-cli
at your installation root (typically at$HOME/.cargo/bin
).
Dynasty Reader's CLI downloader
Usage: dynasty-cli [OPTIONS] [URL]... <COMMAND>
Commands:
search Search for query on Dynasty Reader
help Print this message or the help of the given subcommand(s)
Arguments:
[URL]... Urls to download
Options:
-a, --archive <ARCHIVE> Archive downloaded chapters as `<ARCHIVE>` [possible values: cbz, pdf, zip]
-A, --keep-archived Whether to keep archived chapters
-d, --directory <PATH> Sets the output directory
-f, --flatten-directory Whether to flatten output directory
-n, --no-cache Whether to not cache resolver results
-j, --max-concurrent-request <COUNT> The maximum number of concurrently running requests [default: 4]
-k, --max-retry <COUNT> The maximum number of request retries [default: 4]
-h, --help Print help information
-V, --version Print version information
dynasty-cli https://dynasty-scans.com/series/hino_san_no_baka -j 8
dynasty-cli https://dynasty-scans.com/series/a_scummy_gap_student_with_a_hard_life_calls_upon_a_lady_of_the_night --archive pdf
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.