Skip to content

hithere-at/shadler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadler

A shell script to stream and download anime from AllAnime

Usage

$ shadler anime to watch anime and $ shadler manga to read manga. $ shadler help to get more information.

Dependencies

  • curl
  • sed
  • grep
  • mpv for video player

Installation

Termux

Using Termux requires you to have either mpv-android, NextPlayer, or VLC installed on your phone.

curl -o shadler 'https://raw.githubusercontent.com/hithere-at/shadler/master/shadler'
cp shadler $PREFIX/bin

GNU/Linux

VLC is supported but you have to install VLC using your package manager.

Ubuntu
curl -o shadler 'https://raw.githubusercontent.com/hithere-at/shadler/master/shadler'
sudo apt install -y mpv
sudo cp shadler /usr/local/bin
Arch linux
curl -o shadler 'https://raw.githubusercontent.com/hithere-at/shadler/master/shadler'
sudo pacman -S mpv
sudo cp shadler /usr/local/bin

Supported platform

  • GNU/Linux
  • Termux

I am currently trying to port this to PowerShell 4.0, which is very old and has been around since Windows 8.1. Please wait :D

To-do list

  • Core functionality (e.g streaming and downloding)
  • TODO AllAnime API documentation
  • Support for other platforms
  • Support for using arguments

Notes

  • Download option for manga is broken on Termux due to Android scoped storage. Opening the HTML file using termux-open will result in Failed to load image error. This is due to Android 11+ scoped storage policy. Will add a fix until a workaround is found. As a workaround, on Termux, reading offline will require Python 3 http.server module. This method does not use any data.

About

Yet another script to watch anime.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages