Skip to content

rkwyu/anime-dl

Repository files navigation

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

Buy Me A Coffee

A command-line and web UI tool for downloading anime and animation content where legally permitted.

⚠️ Legal & Ethical Notice

Use this tool only on content you are authorized to download, such as:

  • Anime you uploaded yourself
  • Publicly available or officially free releases
  • Creative Commons or licensed animation content

The authors do not verify licenses and are not responsible for misuse.

Downloading copyrighted content without permission may violate copyright law.

About

anime-dl allows you to download anime and animation content from supported websites efficiently, using either CLI or a WebUI interface.

This tool does not bypass protections or provide access to content without authorization.

Prerequisites

Check installation:

python --version
ffmpeg -version

Setup

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

Configuration

Set the output directory in config.ini

[DIRECTORY]
output=./output

Usage (CLI)

python run.py [options] <URL>

Note: Ensure you have the legal right to download content from the given URL.

Usage (WebUI)

python webUI.py

Visit the local URL shown in logs (usually http://127.0.0.1:7860) to use the WebUI.

anime-al screenshot

Only use the WebUI for content you have the right to download.

Supported Sites

The tool can work with multiple anime and animation sites.

The README does not list specific sites to avoid promoting potentially infringing sources. Users are responsible for ensuring they are authorized to download content.

To see the current list of supported sites, run:

python run.py --list-sites

Output example:

Supported extractors:
- SiteA
- SiteB
- SiteC

We do not guarantee legality of any site. Users must ensure they are authorized to download content.

Why This Matters

Tools like this can be misused to download content without authorization. This README clarifies that anime-dl is intended only for content users are legally permitted to download.

Disclaimer

  • Not affiliated with any anime site.
  • All trademarks and copyrights belong to their respective owners.

License

This project is licensed under the MIT License

Releases

No releases published

Packages

 
 
 

Languages