It's main focus is to easily download MP3 audio from YouTube
Ensure you have at least Rust installed on your system.
Optionally download ffmpeg to actually convert the downloaded video to mp3
Clone this repository:
git clone https://github.com/96jaco96/yt-mp3.git
Build the yt-mp3 binary:
cd yt-mp3
cargo build --release
Special thanks to the yt-dlp project for making this possible in first place.
Built with Rust, with <3
by 96jaco96.
"Your code sucks!"
-cite.
Feel free to contribute then!
Any contributions you make is greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request