This project help you to download multiple songs from youtube at once.
- Clone this project.
git clone https://github.com/Chewrs/yt-mp3.git
- Go to the project directory
- Download the pytube library.
pip3 install pytube
- Run the program.
python3 main.py
- When the program is running input your Youtube URL in
URL 1
- Then enter and input the other URL in
URL 2 3 4 ...
much as you want. - Then enter.
- Then program will create a folder and save all the mp3 file on it.
- 2.0
- Release GUI version
- 1.0
- Download mp3 file from YouTube video
- Initial Release