Позволяет прсмотривать видео не заходя на сам youtube
Библеотеки задействованны:
Установите медиаплеер mpv
и yt-dlp
склонируйтие репозиторий и перейдите в него:
git clone https://github.com/ZeroNiki/yt-search.git
cd yt-search
Установите зависимости:
pip install -r requirements.txt
По желанию можете делать это в виртуальном окружении
Запустите файл ytsearch.py:
python3 ytsearch.py
Для того чтобы просматривать видео с любимых каналов, вы должны найти их на одном из сайтов Invidious, скопируйте сылку на них и вствьте в файл channel.txt
Для изменения качетсва видео установите расширение mpv-youtube-quality
! В файле youtube-quality.lua
измените строчку:
path = "youtube-dl"
На
path = "yt-dlp"
Также можете скачать mpv_sponsorblock
Allows you to watch videos without going to YouTube itself
Libraries involved:
Install media player mpv
Clone the repository and go to it:
git clone https://github.com/ZeroNiki/yt-search.git
cd yt-search
Install dependencies:
pip install -r requirements.txt
If you wish, you can do this in a virtual environment.
Run the ytsearch.py file:
python3 ytsearch.py
In order to view videos from your favorite channels, you must find them on one of the sites Invidious, copy the link to them and paste them into the channel.txt
file
For change quality, you may download extension: mpv-youtube-quality
! In file youtube-quality.lua
change value:
path = "youtube-dl"
To:
path = "yt-dlp"
Also you may download extension mpv_sponsorblock