Download your favourite anime
Project description
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?
Yeah. Me too! That's why this tool exists.
Features
- Download or stream any episode or episode range of any anime.
- Specify the quality you want to stream or download.
- Search available if don't want to copy the url.
- Save yourselves from those malicious ads.
Installation
You can install the stable release from PyPI.
$ pip install anime-downloader
To install the dev version
$ pip install -U git+https://github.com/vn-ki/anime-downloader.git
NOTE: You might have to use pip3 depending on your system
Usage
Anime downloader has two sub commands, dl
and watch
. watch
does nothing currently (but when it does, it will be awesome!).
Run anime dl --help
for help text on dl
subcommand.
$ anime dl --help
Usage: anime dl [OPTIONS] ANIME_URL
Download the anime using the url or search for it.
Options:
-e, --episodes <int>:<int> Range of anime you want to download in the
form <start>:<end>
-p, --save-playlist If flag is set, saves the stream urls in an
m3u file instead of downloading
-u, --url If flag is set, prints the stream url
instead of downloading
--play PLAYER Streams in the specified player
--no-download Retrieve without downloading
--download-dir TEXT Specifiy the directory to download to
-q, --quality [360p|480p|720p] Specify the quality of episode. Default-720p
-f, --force Force downloads even if file exists
-ll, --log-level [DEBUG|INFO|WARNING|ERROR]
Sets the level of logger
--help Show this message and exit.
You can use this tool to search and download or download directly from the url.
Search and download
- To search and download all episodes.
anime dl 'code geass'
NOTE: The above command shows the search results (which would fit you're terminal size :innocent:) and you can select the desired result.
Download directly
- To download Fullmetal Alchemist: Brotherhood all episodes
anime dl 'https://9anime.is/watch/fullmetal-alchemist-brotherhood.0r7/j69y93'
- To download Fullmetal Alchemist: Brotherhood episode 1
anime dl 'https://9anime.is/watch/fullmetal-alchemist-brotherhood.0r7/j69y93' --episodes 1
- To download Fullmetal Alchemist: Brotherhood episode 1 to 20
anime dl 'https://9anime.is/watch/fullmetal-alchemist-brotherhood.0r7/j69y93' --episodes 1:21
- To get stream url of Fullmetal Alchemist: Brotherhood episode 1.
anime dl 'https://9anime.is/watch/fullmetal-alchemist-brotherhood.0r7/j69y93' --url --episodes 1
- To play using vlc. (On windows use path to exe)
anime dl 'https://9anime.is/watch/fullmetal-alchemist-brotherhood.0r7/j69y93' --play vlc --episodes 1
To use anime_downloader
in your package
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. See documentation.
Development Instructions
# Clone this repo
$ git clone https://github.com/vn-ki/anime-downloader.git
# Run setup.py
$ cd anime-downloader
$ pip install -e .
TODO
- Support for more sites
Please don't judge me for not paying for anime. I want to support these animation studios, but being a college student, I can't.
arigatou gozaimasu
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file anime-downloader-2.2.linux-x86_64.tar.gz
.
File metadata
- Download URL: anime-downloader-2.2.linux-x86_64.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42fa0771fed5d250bb4744f9fa90bc6a57a948e2a90f5186653e7765d76c1dbd |
|
MD5 | a4f06ab6e47155decb404679c645aa38 |
|
BLAKE2b-256 | 3133d0bcf31db17fbeaeb02ae8e41e26391db34d881fad692584092ed5649a85 |
Provenance
File details
Details for the file anime_downloader-2.2-py3.6.egg
.
File metadata
- Download URL: anime_downloader-2.2-py3.6.egg
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cbe1dca685dff7133a8fd952ad4b0ea125800d03373a44196e6596a527a96a6 |
|
MD5 | ceeefcf1acfc77d281d6efc952d08f73 |
|
BLAKE2b-256 | 80e02c6d10dc10260c8392f1989465e0796a55705cf018e6908c5009c3e02cbf |