YouSearch is an interactive CLI to fetch transcripts of YouTube videos,
browse them and jump to the corresponding position in the video.
This is still work in progress and comes with a few bugs. However, the core functions should already work.
To play videos directly from the cli you need to install mpv and youtube-dl.
On Arch based systems this can be done using pacman.
sudo pacman -S mpv youtube-dl
pip install yousearch
# Run it
python -m yousearch
git clone https://github.com/buecheko/YouSearch.git
cd YouSearch
poetry install
# Run it
poetry run yousearch