watch anime from the command line

do you watch anime? if yes Highfive! me too.
Today I will show you how can you watch anime from the command line!
not only watch but search & download
Even in android & mac? heck yeah!
Dependencies::

Essential
grep
sed
curl
openssl
jq

Optiona…


This content originally appeared on DEV Community and was authored by Dumbo-programmer

do you watch anime? if yes Highfive! me too.
Today I will show you how can you watch anime from the command line!
not only watch but search & download
Even in android & mac? heck yeah!
Dependencies::

Essential
grep
sed
curl
openssl
jq

Optional

mpv - The default video player (recommended)
aria2 - For downloading (recommended)
iina - An alternative video player for the Mac
vlc - An alternative video player
diff - Update checking
patch - Update checking

Install

Linux / Mac
git clone https://github.com/pystardust/ani-cli.git
cd ani-cli
sudo make

Android (Termux)
apt update
apt install git make ncurses-utils openssl-tool jq -y
git clone -b android-termux https://github.com/pystardust/ani-cli.git
cd ani-cli
make

Windows
Download and install gitbash
Download and install vlc (mpv needs further testing)
Add vlc to Windows Env PATH like so: C:\Program Files\VideoLAN\VLC.
Open git bash by right-clicking and choosing "Run as administrator"
Run the following commands
git clone -b windows-vlc https://github.com/pystardust/ani-cli.git
cd ani-cli
chmod +x ani-cli-win
./install


This content originally appeared on DEV Community and was authored by Dumbo-programmer


Print Share Comment Cite Upload Translate Updates
APA

Dumbo-programmer | Sciencx (2022-01-23T14:23:58+00:00) watch anime from the command line. Retrieved from https://www.scien.cx/2022/01/23/watch-anime-from-the-command-line/

MLA
" » watch anime from the command line." Dumbo-programmer | Sciencx - Sunday January 23, 2022, https://www.scien.cx/2022/01/23/watch-anime-from-the-command-line/
HARVARD
Dumbo-programmer | Sciencx Sunday January 23, 2022 » watch anime from the command line., viewed ,<https://www.scien.cx/2022/01/23/watch-anime-from-the-command-line/>
VANCOUVER
Dumbo-programmer | Sciencx - » watch anime from the command line. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/01/23/watch-anime-from-the-command-line/
CHICAGO
" » watch anime from the command line." Dumbo-programmer | Sciencx - Accessed . https://www.scien.cx/2022/01/23/watch-anime-from-the-command-line/
IEEE
" » watch anime from the command line." Dumbo-programmer | Sciencx [Online]. Available: https://www.scien.cx/2022/01/23/watch-anime-from-the-command-line/. [Accessed: ]
rf:citation
» watch anime from the command line | Dumbo-programmer | Sciencx | https://www.scien.cx/2022/01/23/watch-anime-from-the-command-line/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.