Go to file
rui 941eef9d54
build: remove travis config (#732)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-02-16 08:20:39 +02:00
.circleci Restore circleci config.yml (#550) 2020-10-24 03:04:14 +01:00
.github Add pull request template 2021-01-27 15:03:25 +00:00
anime_downloader Update watch.py 2022-02-12 06:00:16 -08:00
docs chore: update docs: link people to anime-dl/anime-downloader (#718) 2021-10-03 00:26:02 +05:30
tests Change split anime test 2020-12-17 20:48:18 +00:00
.gitignore feat: Add server switching for 9anime 2019-07-12 19:20:40 +05:30
CONTRIBUTING.md docs: edit CONTRIBUTING -- remove link to CoC and introduce a more vague commit message guideline 2021-10-03 12:10:28 +05:30
LICENSE Create LICENSE 2018-02-05 22:35:57 +05:30
Pipfile fix(pipfile): Fix typo in Pipfile 2020-03-21 11:54:18 -06:00
Pipfile.lock chore(deps): bump bleach from 3.1.2 to 3.1.4 (#320) 2020-04-16 23:58:52 +05:30
README.md build: remove travis config (#732) 2022-02-16 08:20:39 +02:00
setup.py chore: update docs: link people to anime-dl/anime-downloader (#718) 2021-10-03 00:26:02 +05:30
tags change test file structure and add twist tests 2019-09-28 18:41:19 +05:30

README.md


A simple yet powerful tool for downloading anime.


Anime Downloader

Ever dreamt about watching anime for free effortlessly without all those unbearable ads? Ever dreamt of downloading your favourite anime for that long trip?

kawaii

Yeah. Me too! That's why this tool exists.

Features

  • Download or stream any episode or episode range of any anime.
  • Have a locally stored anime list to track your progress and stream anime using the watch command.
  • Import your MAL anime list to the local anime list.
  • Specify the quality you want to stream or download.
  • Search and download.
  • Save yourselves from those malicious ads.
  • Download using external downloader (aria2 recommended).
  • Configurable using config.json. See documentation.

Supported Operating Systems:

  • Windows
  • Mac OS
  • Linux
  • Android
  • iOS (requires Jailbreak and some tinkering)

Supported Sites

Details about the sites can be found in FAQ

  • AnimTime
  • AnimeBinge
  • Animeflv
  • AnimeOnline360
  • Animerush
  • AnimeStar
  • Animevibe
  • Dbanimes
  • EraiRaws
  • EgyAnime - usually m3u8 (good for streaming, not so much for downloading)
  • GenoAnime
  • itsaturday
  • Justdubs?
  • KissanimeX
  • Nyaa.si
  • SubsPlease
  • twist.moe - requires Node.js
  • tenshi.moe
  • Vidstream
  • Vostfree
  • Wcostream

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.

Installation

Installation instructions*

If you have trouble installing, see extended installation instructions here or join the discord server for help.

Note:

  • For Cloudflare scraping either cfscrape or selenium is used. Cfscrape depends on 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.
  • You might have to use pip3 depending on your system
  • To install this project with gui and all its dependencies, add #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]
  • To install this project with selescrape (if you are using GUI, ignore this line), do the same as above - but with #egg=anime-downloader[selescrape]
  • To install this project with jsbeautifier run pip install --force-reinstall -U git+https://github.com/anime-dl/anime-downloader#egg=anime-downloader[unpacker]

Usage

See docs.

Anime Downloader has six (6) sub-commands, dl, watch, gui, config, ezdl and test.

  • dl: dl can download anime.
  • ezdl: Uses metadata agents to unify providers and also auto select a result if the search argument is close to the anime title.
  • watch: watch can manage your anime watch list. Needs mpv.
  • config: can manage the configuration for anime dl.
  • test: Tests all the providers, not the most reliable command as the results may be faulty.
  • gui: opens a PyQT gui that allows for non commandline downloading and streaming.

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:

See development instructions.

  • adl - a command-line tool for watching anime that makes use of anime-downloader.
  • Cloudstream - mobile gui for pirating anime and movies.

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.