Skip to content

A cli tool to browse and play anime. WSL version with VLC media player. Forked from pystardust/ani-cli

License

Notifications You must be signed in to change notification settings

juanlouisr/ani-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ani-cli

Script working again :), thanks to the fork by Dink4n for the alternative approach to by pass the captcha on gogoanime Forked from pystardust, works on WSL using VLC as media player

A cli to browse and watch anime.

This tool scrapes the site gogoanime.

Works on Windows Subsystem For Linux using VLC.exe as the media player

Download

git clone https://github.com/mizuday/ani-cli.git

Install

  1. Download and install latest VLC Media Player

  2. Add VLC to PATH

  3. Changedir to the cloned repo in the WSL

  4. Do the following command:

cd ani-cli
sudo make

Usage

start ani-cli

ani-cli

watch anime

ani-cli <query>

download anime

ani-cli -d <query>

resume watching anime

ani-cli -H

delete anime from history

ani-cli -D

set video quality

ani-cli -q 360

By default ani-cli would try to get the best video quality available
You can give specific qualities like 360/480/720/..

You can also use special names:

  • best: Select the best quality available
  • worst: Select the worst quality available

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

  • grep
  • curl
  • sed
  • vlc media player windows (vlc.exe)

Misc

About

A cli tool to browse and play anime. WSL version with VLC media player. Forked from pystardust/ani-cli

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.9%
  • Makefile 2.1%