Check if the response is 200 (successful) or not when using requests.get
infinity-plus opened this issue · 3 comments
infinity-plus commented
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
Hey I will look into it for sure :)
pdave1979 commented
can u pls guide. How can I use this into my pc?
I am beginner, so please help me in detail.
Misnad commented
can u pls guide. How can I use this into my pc?
I am beginner, so please help me in detail.
- Install python and git on your computer
- Open terminal and cd into the folder you want to download Spotify-Downloader
- Run
git clone https://github.com/hidimpu/Spotify-Downloader.git
- Run
cd {newly downloaded folder}
- Run
pip install -r requirements.txt
- Run
python dl.py
- Input the Spotify link of the song you want to download.