add readme content
This commit is contained in:
parent
dc3a65099d
commit
9222833863
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,3 +1,15 @@
|
|||
# yt-snd
|
||||
|
||||
Download videos from youtube and convert it to mp3
|
||||
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`.
|
||||
|
|
Loading…
Reference in a new issue