A cli to browse and watch anime.
This tool scrapes the site 9anim.vip
-
Download Termux from F-Droid.
-
Download mpv-android from Play Store or F-Droid. (VLC is also an option, however, it does not work well. Video stops working after few seconds).
- Open Termux and run this command to install git and curl:
pkg install git curl
- Run this command to install youtube-dl on Termux:
termux-setup-storage ; curl -s -L https://raw.githubusercontent.com/shukryshuk/androidydl/master/youtubedl.sh | bash
termux-setup-storage
asks for storage permissions so that Termux can access the shared storage in your device.
- Use the
git clone
command to clone this repository on your device
git clone https://github.com/nasseef20/ani-cli.git
Run this command on Termux everytime you want to use it:
cd ani-cli
./ani-cli <Enter search query. Use quotation marks if its more than a word>
- curl
- youtube-dl (The 'mpv' package is not needed for this)