aniwrapper/README.md
Harshith 9792a65144 feat: read query; player selection; download multiple episodes at once
* 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
2021-06-13 17:10:23 +05:30

383 B

ani-cli

A cli to browse and watch anime.

This tool scrapes the site gogoanime.

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