Skip to content

Downloading mp3 files from playlist and tracks from YouTube & Spotify

Notifications You must be signed in to change notification settings

StudentPP1/MusicDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicDownloader

Python script for downloading music from YouTube & Spotify.

Installation

Clone the repository:

git clone https://github.com/StudentPP1/YouTubeDownloader.git

Install the required packages:

pip install -r requirements.txt

run:

python main.py

Usage

You can download the audio file from one video or download the whole playlist at once (if it is not private)

The downloaded tracks will be saved in the 'Music' folder in the project

Note

To use the script you need:

  • download ffmpeg and add the absolute path to 'ffmpeg.exe' to .env file
  • add CLIENT_ID and SECRET_ID from Spotify to .env file

About

Downloading mp3 files from playlist and tracks from YouTube & Spotify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages