A tool to get anime from different websites with CLI (Command Line Interface) and WebUI.
It currently supports following websites:
Pending to supports:
Please make sure the following tool(s) / application(s) are properly setup and ready to use:
- FFmpeg (https://www.ffmpeg.org/)
- Download repository
git clone https://github.com/rkwyu/anime-dl
- Install dependencies
cd ./anime-dl
python -m pip install -r requirements.txt
Output directory can be configured in config.ini
[DIRECTORY]
output=./output
python run.py {URL}
python run.py https://www.xgcartoon.com/detail/dianjurenriyu-tengbenshu
python run.py https://www.xgcartoon.com/video/dianjurenriyu-tengbenshu/vRsDVLPPou.html
python webUI.py
After the logs are shown as below, go to http://127.0.0.1:7860
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
This project is licensed under the MIT License