Tiny script to convert a list of youtube videos to mp3. The list should be stored in a file named url_list.txt
.
- Python 3.x
Clone the project
git clone https://github.com/nushen96/youtube_list_to_mp3.git
Go to the project directory
cd youtube_list_to_mp3
Install dependencies
pip install -r requirements.txt
Run the script
python3 main.py
The download mp3 files will be saved in the videos
folder.