Skip to content

Cosmicoppai/maal

Repository files navigation

header

MAAL

License: MIT

Features | Requirements | Installation | License

Features

  • Watch specific anime series

Limitations

Requirements

Golang >= 1.7

mpv Video Player is required to be installed. The program will try to install the player in windows using the installation script. In case of failure please install mpv globally by following instructions below:

Windows

With chocolatey:

choco install mpv

OSX

With brew:

brew install mpv

Linux

sudo apt update
sudo apt install mpv

Or, you can follow the steps here for other mpv installation methods.

Installation

git clone https://github.com/cosmicoppai/maal

-------------
Either build an executable file:

go build .
maal
-------------
or :

go run .

License

MIT