Anime-dl

Efficient cli app for downloading anime

Install

For latest release:

sh cargo install anime-dl

for master upstream:

sh cargo install --git https://github.com/gabelluardo/anime-dl

or build the binary from source and install it in .cargo/bin folder:

```sh git clone https://github.com/gabelluardo/anime-dl cd anime-dl

cargo build --release cargo install --path . ```

Usage

I usually use this: sh anime-dl -ac <urls> to store every anime in a properly named directory.

Anyway, the helper is this:

```sh USAGE: anime-dl [FLAGS] [OPTIONS] ...

FLAGS: -a, --auto Find automatically output folder name -c, --continue Find automatically last episode (this overrides -e option) -f, --force Override existent files -h, --help Prints help information -S, --single Download only the file form the url (equivalent to curl -O <url>) -V, --version Prints version information

OPTIONS: -d, --dir

... Path folder where save files [default: .] -e, --end Last episode to download [default: 0] -M, --max-threads Max number of concurrent downloads [default: 32] -s, --start First episode to download [default: 1]

ARGS: ... Source url ```

For parsing urls from a file (es. urls):

sh anime-dl [FLAGS] [OPTIONS] $(cat urls)

License

GPLv3