Project no longer works, everything moved to a newly improved version of this. https://github.com/fm-frga/AudioDownloader
YouTube Playlist MP3 Downloader is a Python script that allows you to download an entire YouTube playlist and convert the videos into MP3 format. The application uses the yt-dlp library for downloading and converting the videos and the Kivy framework for creating a simple graphical user interface (GUI).
- Download an entire YouTube playlist.
- Convert downloaded videos to MP3 format.
- Simple and intuitive graphical user interface.
- Python 3.6 or higher
- FFmpeg
- Kivy
-
Install Python if you don't have it already. You can download the installer from the official Python website.
-
Install FFmpeg. You can download the appropriate version for your operating system from the official FFmpeg website. Follow the installation instructions provided for your platform.
-
Install
Kivy
using pip:
pip install kivy
- Install
yt_dlp
using pip:
pip install yt-dlp
- Clone the repository or download the script:
git clone https://github.com/fm-frga/youtube-playlist-mp3-downloader.git
- Navigate to the directory containing the script:
cd youtube-playlist-mp3-downloader
- Run the script:
python main.py
-
Enter the URL of the YouTube playlist you want to download.
-
Click the "Download" button to start the downloading and conversion process.
-
The downloaded MP3 files will be saved in the "YouTube Playlist MP3" folder within your user's "Downloads" directory.
If you encounter any issues during the installation or usage of the application, make sure you have installed all the prerequisites correctly. Ensure that FFmpeg is in your system's PATH, and that you are using a compatible version of Python.
If you still experience issues, please create an issue on the GitHub repository, and provide as much information as possible about the problem you are facing.
This project is licensed under the MIT License. See the LICENSE file for more details.