You need to extract the binary from the downloaded release in order to run them.
There are currently 2 variation available on GitHub releases:
dynasty-cli
The default, full-featured binary, just download this if you don't know which to pick.
dynasty-cli-no-archive
The binary without archive functionality (means smaller size), this binary won't have --archive
and --keep-archived
command line flags.
You need to have Rust toolchain installed if you want to use Cargo installation method.
bash
cargo install dynasty
Or if you don't need archive functionality.
bash
cargo install dynasty --no-default-features
Cargo will put the binary,
dynasty-cli
at your installation root (typically at$HOME/.cargo/bin
).
This is the --help
for v1.3.0
.
``` Dynasty reader's CLI downloader
Usage: dynasty-cli [OPTIONS] [URL]...
Arguments: [URL]... Urls to be downloaded
Options:
-a, --archive <ARCHIVE>
[possible values: cbz, pdf, zip]
-A, --keep-archived Whether to keep archived chapters
-d, --directory
bash
dynasty-cli https://dynasty-scans.com/series/hino_san_no_baka -j 8
bash
dynasty-cli https://dynasty-scans.com/series/a_scummy_gap_student_with_a_hard_life_calls_upon_a_lady_of_the_night --archive pdf
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.