This Python application downloads videos from a YouTube playlist, extracts audio from each video, saves the audio as MP3 files. The application provides a simple web interface using Streamlit.
- Download all videos from a given YouTube playlist URL.
- Extract audio from each downloaded video and save as an MP3 file.
- Simple web interface for inputting playlist URL and output folder path.
- Python 3.x
- Required Python packages (listed in
requirements.txt
)
-
Clone this repository to your local machine.
-
Navigate to the project directory.
-
Install the required packages using pip:
pip install -r requirements.txt
-
Run the Streamlit application:
streamlit y2mp3.py
-
Open the provided local URL in your web browser.
-
Enter the YouTube playlist URL and the output folder path.
-
Click the "Download and Extract Audio" button to start the process.
This project is licensed under the MIT License.