Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pablo-restrepo/youtube-downloader-playlist-mp3
- Owner: Pablo-Restrepo
- License: gpl-3.0
- Created: 2024-01-10T01:26:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T06:15:25.000Z (6 months ago)
- Last Synced: 2024-11-09T17:27:07.806Z (2 months ago)
- Topics: music, playlist, python, youtube
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).