Skip to content
/ anime-dl Public

Anime Downloader 動畫下載 (xgcartoon, yhdm, anime1, agdm, etc)

License

Notifications You must be signed in to change notification settings

rkwyu/anime-dl

Repository files navigation

Anime-dl 動畫下載 python GitHub last commit (branch) Coverage Status

Buy Me A Coffee

About

A tool to get anime from different websites with CLI (Command Line Interface) and WebUI.
It currently supports following websites:

Pending to supports:

Prerequisites

Please make sure the following tool(s) / application(s) are properly setup and ready to use:

Setup

  1. Download repository
git clone https://github.com/rkwyu/anime-dl
  1. Install dependencies
cd ./anime-dl
python -m pip install -r requirements.txt

Configuration

Output directory can be configured in config.ini

[DIRECTORY]
output=./output

Usage (CLI)

python run.py {URL}

Example 1: Download all episodes of 《Chainsaw Man Season 1》

python run.py https://www.xgcartoon.com/detail/dianjurenriyu-tengbenshu

Example 1: Download episode 01 of 《Chainsaw Man Season 1》

python run.py https://www.xgcartoon.com/video/dianjurenriyu-tengbenshu/vRsDVLPPou.html

Usage (WebUI)

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()`.

anime-al screenshot

License

This project is licensed under the MIT License