Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 886 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 886 Bytes

Spotify-Downloader

A Simple Python Script that enables you to extract mp3 using Spotify Links





Download audio files using Spotify links

Make sure you have FFmpeg on the same folder as the script file if you are on Linux or Mac

Usage

Open the your preferred Terminal and execute following command :
pip install -r requirements.txt
Once all the requirements are installed, run the following command :
python dl.py
  • Now Insert a valid Spotify URL and the process will start.
  • The default path for downloads will be your "Downloads" folder (both Windows and Linux)

** Make sure to be connected with Internet else you will see a Load of errors **