⚠️ ATTENTION! This script is no longer current and is no longer working due to the AniLibria.TV branch being rebranded as AniLiberty. We are preparing a major update, so please be patient. Thank you in advance! 🙏
A POSIX script that allows you to search and watch anime series
with Russian dubbing AniLibria.TV using the official website API
| Dependency | Description |
|---|---|
jq |
Parsing JSON responses from a web server. |
curl |
Sending HTTP requests to interact with the API. |
mpv OR vlc |
Playing video and m3u8 playlists. |
| Dependency | Description |
|---|---|
fzf |
More convienient menus. |
-
Install the dependencies listed above
-
Clone the repository and go to the directory:
git clone https://github.com/Loureas/anilibria-cli && cd anilibria-cli
-
Install
anilibria-cliwith the following commands:sudo make install doc
If you wish to not install documentation run
sudo make installinstead.
To uninstall run the following command:
sudo make uninstall-
Run
anilibria-cliand you will be prompted to enter a search query:Search anime: | -
Enter a search query. After searching, you will have query results. Choose what you want with numbers:
Search anime: семь смертныхYou can specify external command which will be used for prompt with
-poptionExample:
./anilibria-cli -p 'dmenu -p "{PROMPT}: " < /dev/null'[1] Прегрешение: Семь смертных грехов [2] Семь небесных добродетелей [3] Семь смертных грехов [4] Семь смертных грехов 2: Возрождение заповедей [5] Семь смертных грехов OVA [6] Семь смертных грехов: Гнев богов ТВ-3 [7] Семь смертных грехов: Знамение священной войны [8] Семь смертных грехов: Суд ярости [9] Семь смертных грехов: Узники небес [p] Back [p] Quit Choose anime [1-9]: 3If only one anime is found, it will be selected automatically.
❗ If fzf is installed or you specified
-moption, this menu will be replaced.Choosed anime: Семь смертных грехов [p] Back [q] Quit Choose episode [1-24]: -
Enter episodes:
One episode:
Choose episode [1-24]: 4Negative episode:
Choose episode [1-24]: -2This will play 23rd episode
Multiple episodes:
Choose episode [1-24]: 2 5 13 -1 -3A range of episodes:
Choose episode [1-24]: 3-22Does not support negative numbers
❗ If fzf is installed or you specified
-Moption, this menu will be replaced. -
Enjoy watching!
| Key | Description |
|---|---|
| q | Exit from the script |
| p | Back to previous action |
- Man pages support
- fzf support
- Thumbnails support
- History support
- Featured anime support
- Quality selection support
- Download support
- Download BitTorrent files support
- Display full anime release information
- Work out additional options on the command line (quality, episode, search query and etc.)
If you have any problems while running the script, you can create a new issue on GitHub.
You can help improve the script or translate it. Publish changes in Pull Request. All changes will be reviewed.

