| Crates.io | anime-dl |
| lib.rs | anime-dl |
| version | 1.6.4 |
| created_at | 2020-07-11 11:34:51.822553+00 |
| updated_at | 2025-03-20 21:32:31.704004+00 |
| description | Efficient cli app for downloading anime |
| homepage | https://github.com/gabelluardo/anime-dl |
| repository | https://github.com/gabelluardo/anime-dl |
| max_upload_size | |
| id | 263996 |
| size | 263,351 |
Efficient cli app for downloading anime
For latest release:
cargo install anime-dl
or for latest commit on main branch:
cargo install --git https://github.com/gabelluardo/anime-dl
I usually use this:
adl download -D <entries>
to store every anime in a properly named directory.
Or for stream after scraped an archive:
adl stream -S <archive> <entries>
Usage: adl [COMMAND]
Commands:
stream Stream anime in a media player
download Donwload anime
clean Delete app cache
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
For parsing urls from a file (es. urls):
adl [COMMAND] [OPTIONS] $(cat urls)
adl stream <entries>
[!NOTE] For Anilist integration create an enviroment variable
ANIMEDL_IDwith the ID of your developer api client, or use the default of the app:4047
Currently, there is only an italian language scraper, contributions for support other languages are welcome (see #83).
Made with 🫶 by @gabelluardo in GPLv3