SathyaBhat / spotify-dl

Downloads songs from your Spotify Playlist
http://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/
MIT License
1.73k stars 212 forks source link

Unsupported URL / URI #322

Closed talsim closed 1 year ago

talsim commented 1 year ago

Describe the bug Can't download any playlist. I've tried to download different playlists with no luck at all. I've also searched for the exception on the web, and found this: https://github.com/spotipy-dev/spotipy/issues/385 Tho the solution didn't work for me.

To Reproduce spotify_dl -l https://open.spotify.com/playlist/37i9dQZF1DZ06evO47cwRq?si=5327cb5562ca4679 -o blah/ -V

Expected behavior For the playlist to be downloaded.

Screenshots image

Desktop (please complete the following information):

sbkg0002 commented 1 year ago

Same here :) Python 3.11.1 Osx 13.1 (22C65)

Btw; downloading via the docker build or 0.8.4, gives the same result.

talsim commented 1 year ago

Update: I found a fix: just remove the GET parameter from the URL. e.g https://open.spotify.com/playlist/37i9dQZF1DZ06evO47cwRq?si=5327cb5562ca4679: remove ?si=5327cb5562ca4679 which becomes https://open.spotify.com/playlist/37i9dQZF1DZ06evO47cwRq. That should do the trick.