Skip to content

This is a program that downloads a Spotify playlist in MP3 format

License

Notifications You must be signed in to change notification settings

Aditya-Jyoti/Spotify-Downloader

Repository files navigation

Spotify Downloader

About

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

Know Limitations and Issues

  1. Take a very long time to actually download the playlist
  • Note: Download time depends on internet connection
  1. Raises HTTP 404 error often (in process of fixing it)
  • Note: Fixed known occurences of this issue

Installation Process

Run $pip install -r requirements.txt in your command line

Visit the Installation Guide

Usage

  1. Clone the repository $git clone https://github.com/Reverend-Toady/Spotify-Downloader.git
  2. Traverse to the folder where the repository is cloned/ downloaded
  3. Run $py main.py -u URL-TO-PLAYLIST -p PATH-TO-DOWNLOAD-LOCATION in your command line
  4. The -u parameter takes in the url to your spotify playlist
  5. The -p parameter takes in the path to where you want to download the playlist

Note

  1. This code works in python 3.8 and above (or so im assuming)
  2. This program downloads songs off of youtube and not spotify itself

About

This is a program that downloads a Spotify playlist in MP3 format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages