Efficient cli app for downloading anime
For latest release:
sh
cargo install anime-dl
or for latest commit on main
branch:
sh
cargo install --git https://github.com/gabelluardo/anime-dl
I usually use this:
sh
adl -cD <entries>
to store every anime in a properly named directory.
Or for stream after scraped an archive:
sh
adl -sS <archive> <entries>
Anyway, the helper is this:
``` USAGE: adl [OPTIONS] [ENTRIES]...
ARGS:
OPTIONS:
-a, --anilist-id 1-4
or 1,2,3,4
) [default: 1]
-s, --stream Stream episode in a media player
-S, --site
For parsing urls from a file (es. urls
):
sh
adl [FLAGS] [OPTIONS] $(cat urls)
⚠️ Streaming requires mpv or vlc ⚠️
sh
adl -sc <entries>
For Anilist integration create an enviroment variable
ANIMEDL_ID
with the ID of your developer api client,
or use the default of the app: 4047
Currently, there is only an italian language scraper, feel free to add others (#83) for your favorite archive, or to make any other kind of contribution. 💪