hidimpu / Spotify-Downloader

A Simple Python Script that enables you to extract mp3 using Spotify Links
MIT License
67 stars 12 forks source link

Check if the response is 200 (successful) or not when using requests.get #1

Open infinity-plus opened 4 years ago

infinity-plus commented 4 years ago

response may return variety of codes, mentioned in documentation. If it's successful, execute the following code, if not, handle it. Might solve your internet connection error spam too.

hidimpu commented 4 years ago

Hey I will look into it for sure :)

pdave1979 commented 4 years ago

can u pls guide. How can I use this into my pc? I am beginner, so please help me in detail.

Misnad commented 3 years ago

can u pls guide. How can I use this into my pc? I am beginner, so please help me in detail.

  1. Install python and git on your computer
  2. Open terminal and cd into the folder you want to download Spotify-Downloader
  3. Run git clone https://github.com/hidimpu/Spotify-Downloader.git
  4. Run cd {newly downloaded folder}
  5. Run pip install -r requirements.txt
  6. Run python dl.py
  7. Input the Spotify link of the song you want to download.