anime-downloader/README.md

103 lines
4.1 KiB
Markdown
Raw Normal View History

<div align="center">
<img src="https://cdn.discordapp.com/attachments/484717445538643979/564476620401016862/Banner.png">
<br>
<strong><i>A simple yet powerful tool for downloading anime.</i></strong>
<br>
<br>
<a href="https://travis-ci.com/vn-ki/anime-downloader">
2019-07-12 10:41:36 -07:00
<img src="https://img.shields.io/travis/com/vn-ki/anime-downloader.svg?style=for-the-badge&logo=Travis%20CI">
</a>
<a href="https://codecov.io/gh/vn-ki/anime-downloader">
2019-07-12 10:41:36 -07:00
<img src="https://img.shields.io/codecov/c/github/vn-ki/anime-downloader.svg?logo=codecov&style=for-the-badge">
</a>
<a href="https://pypi.org/project/anime-downloader/">
2019-07-12 10:41:36 -07:00
<img src="https://img.shields.io/badge/Python-3.3%2B-lightblue.svg?style=for-the-badge&logo=python">
</a>
<a href="https://pypi.org/project/anime-downloader/">
2019-07-12 10:41:36 -07:00
<img src="https://img.shields.io/pypi/v/anime-downloader.svg?color=lightblue&logo=python&style=for-the-badge">
</a>
<a href="https://discord.gg/Qn2nWGm">
2019-07-12 10:41:36 -07:00
<img src="https://img.shields.io/discord/483008720167632929.svg?color=%237289DA&label=Discord&logo=Discord&style=for-the-badge">
</a>
<a href="https://anime-downlader.rtfd.io">
<img src="https://img.shields.io/readthedocs/anime-downlader.svg?logo=read%20the%20docs&style=for-the-badge">
</a>
</div>
2019-07-12 10:41:36 -07:00
---
2018-02-04 15:33:18 -08:00
# Anime Downloader
2018-05-30 04:29:23 -07:00
Ever dreamt about watching anime for free effortlessly without all those unbearable ads? Ever dreamt of downloading your favourite anime for that long trip?
2018-05-29 12:30:59 -07:00
2018-06-05 16:42:16 -07:00
![kawaii](https://thumbs.gfycat.com/IgnorantYoungDowitcher-size_restricted.gif)
2018-05-29 12:30:59 -07:00
Yeah. Me too! That's why this tool exists.
2018-02-04 15:33:18 -08:00
2018-05-30 04:26:10 -07:00
## Features
- Download or stream any episode or episode range of any anime.
- Specify the quality you want to stream or download.
2018-06-29 08:30:04 -07:00
- Search and download.
2018-05-30 04:26:10 -07:00
- Save yourselves from those malicious ads.
2018-06-03 05:43:19 -07:00
- Add any anime to your watch list using `anime watch` and let anime downloader take care of everything for you.
2018-06-29 08:30:04 -07:00
- Download using external downloader ([aria2](https://aria2.github.io/) recommended).
- Configurable using `config.json`. See [documentation](https://github.com/vn-ki/anime-downloader/wiki/Config).
2018-06-01 06:09:18 -07:00
## Supported Sites
2018-06-21 07:45:20 -07:00
<!-- [![CircleCI](https://circleci.com/gh/vn-ki/anime-downloader/tree/master.svg?style=svg)](https://circleci.com/gh/vn-ki/anime-downloader/tree/master) -->
2018-06-11 10:40:22 -07:00
- 9anime
2018-07-17 07:50:29 -07:00
- twist.moe
2019-07-12 10:41:36 -07:00
- KissAnime
- KissCartoon
2018-06-05 08:15:39 -07:00
- Gogoanime
2019-07-12 10:41:36 -07:00
- AnimePahe
- Anistream
- Animeflv (Latin)
- Masterani.me [cloudlfare] (site shut down)
2018-06-01 06:09:18 -07:00
**Note:** To download from sites marked [cloudflare], anime-downloader has to be installed with cloudflare support (see below).
2018-02-04 15:33:18 -08:00
## Installation
You can install the stable release from PyPI:
2018-05-28 01:02:45 -07:00
```bash
2018-02-05 15:23:59 -08:00
$ pip install anime-downloader
```
To install the dev version:
2018-06-01 12:13:27 -07:00
```bash
2018-06-03 06:07:51 -07:00
$ pip install -U git+https://github.com/vn-ki/anime-downloader.git
2018-06-01 12:13:27 -07:00
```
If you have trouble installing, see extended installation instructions [here](https://github.com/vn-ki/anime-downloader/wiki/Installation) or join the [discord server](https://discord.gg/Qn2nWGm) for help.
2018-06-05 00:33:48 -07:00
**Note**:
- For cloudflare scraping [cfscrape](https://github.com/Anorov/cloudflare-scrape) is used. It depends on [`node-js`](https://nodejs.org/en/). So if you want to use cloudflare, make sure you have [node-js](https://nodejs.org/en/) installed.
2018-06-03 06:07:51 -07:00
- You might have to use pip3 depending on your system
2018-06-01 12:13:27 -07:00
## Usage
2018-02-04 15:33:18 -08:00
See [wiki](https://github.com/vn-ki/anime-downloader/wiki).
2018-02-04 15:33:18 -08:00
2018-06-26 06:41:48 -07:00
Anime downloader has two sub commands, `dl` and `watch`.
2018-02-04 15:33:18 -08:00
2018-06-26 06:41:48 -07:00
- [dl](https://github.com/vn-ki/anime-downloader/wiki/dl-command): `dl` can download anime.
- [watch](https://github.com/vn-ki/anime-downloader/wiki/watch-command): `watch` can manage your anime watch list. Needs [mpv](https://mpv.io). With `watch` you'll never have to go to any anime sites ever again.
2018-02-05 15:23:59 -08:00
**To use `anime_downloader` in your package:**
2018-05-29 12:30:59 -07:00
This tool can be used as a library. This means you can import it into your own application and search for anime and do many other wonderful things.
2018-06-26 06:41:48 -07:00
See [documentation](https://github.com/vn-ki/anime-downloader/wiki/Package-documentation).
2018-05-29 12:30:59 -07:00
**Development Instructions:**
2018-05-28 01:02:45 -07:00
See [development instructions](https://github.com/vn-ki/anime-downloader/wiki/Development-Instructions).
2018-05-28 01:02:45 -07:00
2018-06-26 06:41:48 -07:00
---
2018-05-27 11:10:41 -07:00
*Please don't judge me for not paying for anime. I want to support the anime industry, but being a college student, I can't.*