https://github.com/axect/rustube
Rust youtube mp3 downloader
https://github.com/axect/rustube
music rust youtube
Last synced: 2 months ago
JSON representation
Rust youtube mp3 downloader
- Host: GitHub
- URL: https://github.com/axect/rustube
- Owner: Axect
- Created: 2019-10-26T08:10:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T11:46:40.000Z (over 1 year ago)
- Last Synced: 2025-03-19T22:17:27.980Z (3 months ago)
- Topics: music, rust, youtube
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RUSTUBE
Rust youtube mp3 dowloader.
## Prerequisites
* `yt-dlp`
* `ffmpeg`## Usage
1. `git clone https://github.com/Axect/Rustube`
2. `cd Rustube`
3. Copy youtube link to `link.txt` line by line.
4. `cargo run --release`
5. See `mp3_dir`. That's it!## Caution
* Do not use link in your playlists. If then, you can download just the first song in your playlist.