This is a CLI (Command Line Interface) tool which downloads a spotify playlist, meaning it downloads the MP3 version of the provided spotify playlist
Feel free to make pull requests
- Take a very long time to actually download the playlist
- Note: Download time depends on internet connection
- Raises
HTTP 404
error often (in process of fixing it)
- Note: Fixed known occurences of this issue
Run $pip install -r requirements.txt
in your command line
Visit the Installation Guide
- Clone the repository
$git clone https://github.com/Reverend-Toady/Spotify-Downloader.git
- Traverse to the folder where the repository is cloned/ downloaded
- Run
$py main.py -u URL-TO-PLAYLIST -p PATH-TO-DOWNLOAD-LOCATION
in your command line - The
-u
parameter takes in the url to your spotify playlist - The
-p
parameter takes in the path to where you want to download the playlist
- This code works in python 3.8 and above (or so im assuming)
- This program downloads songs off of youtube and not spotify itself