A simple but powerful anime downloader and streamer.
Ever dreamt about watching anime for free effortlessly without all those unbearable ads? Ever dreamt of downloading your favourite anime for that long trip?
Yeah. Me too! That’s why this tool exists.
config.json
. See documentation.Details about the sites can be found in FAQ
Sites that require Selenium DO NOT and WILL NOT work on mobile operating systems
Twist.moe DOES NOT work and WILL NOT work on iOS, a specific Python module that is required for twist.moe is not supported on iOS and cannot be installed.
If you have trouble installing, see extended installation instructions here or join the discord server for help.
Note:
node-js
and selenium utilizes an automated invisible instance of a browser (chrome/firefox). So, if you want to use Cloudflare enabled sites, make sure you have node-js and a webdriver installed.#egg=anime-downloader[gui]
to the pip command you are using to install it. Example: pip install --force-reinstall -U git+https://github.com/anime-dl/anime-downloader#egg=anime_downloader[gui]
#egg=anime-downloader[selescrape]
pip install --force-reinstall -U git+https://github.com/anime-dl/anime-downloader#egg=anime-downloader[unpacker]
See docs.
Anime Downloader has six (6) sub-commands, dl
, watch
, gui
, config
, ezdl
and test
.
dl
can download anime.watch
can manage your anime watch list. Needs mpv.To use anime_downloader
in your package:
This tool can be used as a library. This means you can import it into your own applications and search for anime and do many other wonderful things.
See documentation.
Development Instructions:
Please bear in mind the production of this repo is for educational/research purposes only with regards to webscraping for videos, we take no responsibility for people who decide to actually use this repository.