Youtube list to mp3 downloader
Tiny script to convert a list of youtube videos to mp3. The list should be stored in a file named url_list.txt
.
Requirements
- Python 3.x
Run Locally
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
Outcome
The download mp3 files will be saved in the videos
folder.