chia-anime-downloader
chia-anime-downloader copied to clipboard
Anime batch downloader script for https://chia-anime.tv
chia-anime-downloader
Anime batch downloader for chia-anime.tv. Supports downloading with varying qualities and can download episode ranges.
Features :
- Search animes using the website search tool.
- Generate download links and save in text files for later use.
- Download using terminal (In Progress)
Installation
-
git clone https://github.com/anshumanv/chia-anime-downloader.git
-
cd chia-anime-downloader
-
python setup.py install
(May require admin privileges on Windows orsudo
in Linux/Mac)
Usage :
-
python chia_anime_downloader.py
from thechia-anime-downloader
directory. (All OS) OR -
chia_anime_downloader
from any directory. (Linux and Mac, only if step 3 is done in installation) - Follow the onscreen instructions. See below for available options -
Usage: chia-anime-downloader.py (search | -s) <keyword> [options]
chia-anime-downloader.py (download | -d) <link> [options]
chia-anime-downloader.py (direct | -D) <link> <episode-range> <quality> [options]
chia-anime-downloader.py (interactive | -i) [options]
Options:
-h --help Show this help message and exit
-v, --verbose Print debug logging
-l, --store-links Using this option will store links instead of downloading. ONLY FOR DIRECT DOWNLOADING.
Arguments:
keyword Anime keyword/name to search
link Link to anime page on chia-anime.tv
episode-range Range of episodes(Example: 1-8) or a single episode(Example: 12)
quality Quality of episodes to be downloaded. Must be one of the following: 360p, 480p, 720p, 1080p.
Dependencies :
- Requests
- BeautifulSoup4
- LXML
- Docopts
Run pip install -r requirements.txt
for installing dependencies.
- PR's are well appreciated.
License
MIT © Anshuman Verma