-
Create a virtual environment:
python -m venv venv
-
Install required packages:
pip install -r requirements.txt
-
Activate the virtual environment:
source venv/bin/activate
-
Paste YouTube video URLs into
youtube_links.txt. -
Run the application:
python main.py
-
This application downloads YouTube videos in bulk and converts them to MP3.
-
Make sure to activate the virtual environment before running the application.
-
Paste the YouTube video URLs into the
youtube_links.txtfile. -
The downloaded MP3 files will be available in the specified output folder.
Enjoy your bulk YouTube video downloading and MP3 conversion!