A shell script to stream and download anime from AllAnime
$ shadler anime
to watch anime and $ shadler manga
to read manga. $ shadler help
to get more information.
- curl
- sed
- grep
- mpv for video player
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
VLC is supported but you have to install VLC using your package manager.
curl -o shadler 'https://raw.githubusercontent.com/hithere-at/shadler/master/shadler'
sudo apt install -y mpv
sudo cp shadler /usr/local/bin
curl -o shadler 'https://raw.githubusercontent.com/hithere-at/shadler/master/shadler'
sudo pacman -S mpv
sudo cp shadler /usr/local/bin
- 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
- Core functionality (e.g streaming and downloding)
-
TODO
AllAnime API documentation - Support for other platforms
- Support for using arguments
Download option for manga is broken on Termux due to Android scoped storage. Opening the HTML file usingAs a workaround, on Termux, reading offline will require Python 3 http.server module. This method does not use any data.termux-open
will result inFailed to load image
error. This is due to Android 11+ scoped storage policy. Will add a fix until a workaround is found.