Little tool in python to watch anime from the terminal (the better way to watch anime)
Project description
Little tool written in python to watch and download anime from the terminal (the better way to watch anime), also applicable as an API.
Scrapes: https://gogoanime.gg
Contents
Installation
Recommended installation:
python3 -m pip install anipy-cli --upgrade
Directly from the repo (may be newer):
python3 -m pip install git+https://github.com/sdaqo/anipy-cli
Other methodes can be found in docs/install.md
For Videoplayback mpv is needed get it here: https://mpv.io/installation/
Optionally you can install ffmpeg to download m3u8 playlists instead of the internal downloader. Use it with the -f flag. This is something you only want to enable when the internal downlaoder fails, since its pretty slow.
Usage
usage: anipy_cli.py [-h] [-q QUALITY] [-H] [-d] [-D] [-b] [-s] [-f] [-c]
Play Animes from gogoanime in local video-player or Download them.
options:
-h, --help show this help message and exit
-q QUALITY, --quality QUALITY
Change the quality of the video, accepts: best, worst or 360, 480, 720 etc. Default: best
-H, --history Show your history of watched anime
-d, --download Download mode. Download multiple episodes like so: first_number-second_number (e.g. 1-3)
-D, --delete-history Delete your History.
-b, --binge Binge mode. Binge multiple episodes like so: first_number-second_number (e.g. 1-3)
-s, --seasonal Seasonal Anime mode. Bulk download or binge watch newest episodes.
-f, --ffmpeg Use ffmpeg to download m3u8 playlists, may be more stable but is way slower than internal downloader
-c, --config Print path to the config file.
Libary Usage
Documentation can be found here
Important:
To import the libary dont import anipy-cli
, but anipy_cli
(no '-' is allowed)
Other versions
- Dmenu script by @Dabbing-Guy: https://github.com/Dabbing-Guy/anipy-dmenu
- Ulauncher extension by @Dankni95 (not maintained): https://github.com/Dankni95/ulauncher-anime
Credits
Heavily inspired by https://github.com/pystardust/ani-cli/
All contributors for contributing
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
Hashes for anipy_cli-2.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61a7adf90464e2156be13b0020676cc4810d34b9b000354dd78b70cdecd45a65 |
|
MD5 | b0c677645addb9e54232f2a98396b426 |
|
BLAKE2b-256 | 461240bde5a66254b9b0cb997eeda4a799c3ae9321e87d684c59de205d830b21 |