mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
9792a65144
* the player could be changed by editing player_fn variable on the top in the start of the script * To download multiple episodes at once Enter start and end episode number at episode selection
27 lines
383 B
Markdown
27 lines
383 B
Markdown
# ani-cli
|
|
|
|
A cli to browse and watch anime.
|
|
|
|
This tool scrapes the site [gogoanime](https://gogoanime.vc).
|
|
|
|
|
|
## Usage
|
|
|
|
# watch anime
|
|
ani-cli <query>
|
|
|
|
# download anime
|
|
ani-cli -d <query>
|
|
|
|
Multiple episodes can be viewed/downloaded by giving the episode range like so
|
|
|
|
Choose episode [1-13]: 1 6
|
|
|
|
This would open/download episodes 1 2 3 4 5 6
|
|
|
|
## Dependencies
|
|
|
|
* curl
|
|
* sed
|
|
* mpv
|