Download videos from youtube and convert it to mp3
Find a file
2025-08-16 23:30:34 +08:00
src fix gui error 2025-08-16 23:25:41 +08:00
.gitignore merging base 2025-08-12 01:53:50 +08:00
Cargo.lock add modification 2025-08-14 02:00:04 +08:00
Cargo.toml add modification 2025-08-14 02:00:04 +08:00
LICENSE Initial commit 2025-08-12 01:50:16 +08:00
README.md add readme content 2025-08-16 23:30:34 +08:00

yt-snd

Download videos from youtube and convert it to mp3.

It's a simpler gui front-end of yt-dlp.

Dependent files

  • Rust
  • libgtk-4-dev
  • ffmpeg
  • yt-dlp

How to run it

clone yt-and, enter it's folder, and run cargo run.