A cli tool to watch movies, series and animes in Portuguese. This tool scrapes the site vizertv
vizer-cli-showcase.mp4
English | Рortuguês
For the program to work, you need two essential components: a webdriver and a media player.
For the webdriver, you can choose between:
For the media player, you can choose between:
By default, the program uses chromedriver and vlc.
Installation on Arch Linux
Here are the commands to install all the prerequisites:# To install the default
yay -S chromedriver vlc
# To install the alternatives
yay -S geckodriver mpv
You can also install the Chromium package instead of the chromedriver package because recent versions of Chromium come with chromedriver.
sudo pacman -S chromium
Installation on Windows
Here are the links to install all the prerequisites:- chromedriver: https://developer.chrome.com/docs/chromedriver/downloads
- geckodriver: https://github.com/mozilla/geckodriver/releases
- vlc: https://www.videolan.org/vlc/download-windows.html
- vlc: mpv: https://mpv.io/installation/
Make sure all programs are in your PATH!
To use the image-preview feature, you need to have ueberzug installed, but you can also use ueberzugpp if you create an alias with the following command.
alias ueberzug='ueberzugpp'
Warning
Ueberzug doesn't support Windows, so you need something like WSL to use the image-preview feature.
Simply go to the release page and download the executable. Once downloaded, you can run the executable in your terminal with the following command.
# For Linux you must first give write permission
chmod +x vizer-cli
./vizer-cli
# Windows
.\vizer-cli
You can also just use cargo
to install it.
cargo install vizer-cli
CLI tool to watch movies/series/animes in portuguese
Usage: vizer-cli [OPTIONS] <COMMAND>
Commands:
search, -s Search for your content
help Print this message or the help of the given subcommand(s)
Options:
-e, --english Change all the texts in the app to english
-m, --mpv Use MPV media player instead of VLC
-g, --geckodriver Use geckodriver instead of chromedriver
-v, --vim VIM Mode for the enthusiast
-i, --image-preview Enable you to see the posters as you choose them
-h, --help Print help
-V, --version Print version
Search content:
vizer-cli -s attack on titan
Use geckodriver and mpv:
vizer-cli -g -m -s darling
Use text in English and the image-preview feature:
vizer-cli -e -i -s dragões
Contributions are always welcome! To contribute, please follow these steps:
- Fork the repository
- Create a new branch
- Make your changes
- Use
cargo fmt
and fix allclippy
warnings - Push your changes to your fork
- Submit a pull request
Or, if you have any features ideas, go to the issues page and post them there