A CLI tool for searching and watching videos on youtube with no spyware and MPV and yt-dlp https://git.ari.lt/ari/myt
Find a file
2022-09-08 12:24:25 +00:00
doc Improvements to logic, bug fixes, v0.7 and improvements 2022-02-02 21:55:50 +02:00
scripts Remove useless workflow 2022-04-05 14:01:47 +03:00
src Improvements to logic, bug fixes, v0.7 and improvements 2022-02-02 21:55:50 +02:00
.editorconfig first commit 2022-02-01 01:08:46 +02:00
.gitignore Improvements to logic, bug fixes, v0.7 and improvements 2022-02-02 21:55:50 +02:00
.pylintrc Improved docs, fixed some bugs and improved issues 2022-02-01 18:25:39 +02:00
.python-version first commit 2022-02-01 01:08:46 +02:00
CONTRIBUTING.md Improved docs, fixed some bugs and improved issues 2022-02-01 18:25:39 +02:00
LICENSE first commit 2022-02-01 01:08:46 +02:00
README.md Improved docs, fixed some bugs and improved issues 2022-02-01 18:25:39 +02:00
requirements.dev.txt forggotten to add black to dev dependency list 2022-02-01 01:16:14 +02:00
requirements.txt first commit 2022-02-01 01:08:46 +02:00
runtime.txt first commit 2022-02-01 01:08:46 +02:00
SECURITY.md Improvements to logic, bug fixes, v0.7 and improvements 2022-02-02 21:55:50 +02:00
tox.ini Improved docs, fixed some bugs and improved issues 2022-02-01 18:25:39 +02:00

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

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