Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablo-restrepo/youtube-downloader-playlist-mp3

This Python script allows you to download YouTube playlists in MP3 format.
https://github.com/pablo-restrepo/youtube-downloader-playlist-mp3

music playlist python youtube

Last synced: 11 days ago
JSON representation

This Python script allows you to download YouTube playlists in MP3 format.

Awesome Lists containing this project

README

        

# YouTube Playlist MP3 Downloader

This Python script allows you to download YouTube playlists in MP3 format.

## Requirements

- Python
- `pytube` library
- `moviepy` library

## Installation

1. Clone this repository:

```bash
git clone https://github.com/Pablo736/youtube-downloader-playlist-mp3
```

2. Install the dependencies:

```bash
pip install -r requirements.txt
```

## Usage

1. Run the `main.py` script:

```bash
python main.py
```

2. Enter the URL of the YouTube playlist you want to download.

3. Wait for the script to download all the videos from the playlist and convert them to MP3 format.

4. The resulting MP3 files will be saved in the `music` folder.

## License

This project is licensed under the [GNU General Public License v3.0](LICENSE).