Myt

A CLI tool for searching and watching videos on youtube with no spyware and MPV and yt-dlp

Requirements

Extra dependencies for development

To install them:

# Install only dev dependencies
python3 -m pip install --user --upgrade -r requirements.dev.txt

Or

# Install all dependencies
python3 -m pip install --user --upgrade -r requirements.txt -r requirements.dev.txt

After that install the extra non-python dependencies like man-to-md

Optional:

Installation

Manual

python3 -m pip install --user --upgrade -r requirements.txt
sudo install -Dm0644 doc/myt.1 /usr/share/man/man1/myt.1
sudo mandb -qf /usr/share/man/man1/myt.1
sudo install -Dm755 src/myt /usr/local/bin

Also manually install non-python dependencies like LibMPV, FZF, etc. listed in dependencies section above

Packages

  • Linux
    • Gentoo linux:

Customisation

Config file can be found in ~/.config/myt.conf, it is automatically generated first launch, more on that in the myt(1) manual page:

man myt

GitHub

View Github