ytrs 0.1.0

A crossplatform Youtube TUI to download/watch/listen videos/music/transcript using MPV/YT-DLP/ffmpeg/Rustypipe
1
2
3
4
5
6
7
8
[MPV](https://mpv.io/installation/) needs to be installed.
[yt-dlp](https://github.com/yt-dlp/yt-dlp) / [ffmpeg](https://ffmpeg.org/) automatically install (in the current working directory, a 'libs' directory will be created and a 'output' directory will be created when you'll use yt-dlp).
You might also want [Ollama](https://ollama.com/) for Summarizing Transcripts.

To run the app:
```
cargo build --release
```