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.72k stars 211 forks source link

Can't fetch info or download playlist #314

Open numeropi opened 1 year ago

numeropi commented 1 year ago

Using latest pip version...v8.5.0 Not sure if the reason is bcs i'm trying to download an episode which is inside a playlist but the tool doesn't show any explicit reason why it can't download or fetch info... even with verbose...

➜  spotify_dl -l https://open.spotify.com/playlist/75NEJbzbpRrjF6HTMRJewv -V
[12:49:47] Starting spotify_dl v8.5.0                                                                                                                                          spotify_dl.py:118
Setting debug mode on spotify_dl                                                                                                                                               spotify_dl.py:121
Checking for tokens                                                                                                                                                               scaffold.py:28
Tokens fetched : d460067474cc4ffea61f97d53d78ed7f a99934453ace42eeb0096335c956b74c                                                                                                scaffold.py:31
Arguments: Namespace(download=True, format_str='bestaudio/best', keep_playlist_order=False, multi_core=0, no_overwrites=False, output='.', proxy='', skip_mp3=False,           spotify_dl.py:158
url=['https://open.spotify.com/playlist/75NEJbzbpRrjF6HTMRJewv'], use_sponsorblock='no', verbose=True, version=False)                                                                           
Sponsorblock enabled?: no
Got item_type playlist and item_id 75NEJbzbpRrjF6HTMRJewv                                                                                                                         spotify.py:253
Saving songs to download directory
Fetched 0 of 1 songs from the playlist ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Fetching track info                    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   0% -:--:--
kithenry commented 1 year ago

It aint a bug ,, what you are trying to download isn't supported by the tool at least for now.. sorry.. maybe a bit more description to the readme to clarify the tool is mainly for songs

numeropi commented 1 year ago

No need to be sorry :-) Yeap, not a bug per se. Maybe would be better some catch handler in case that is not the supported content to say it while trying to download. But in README would be interesting too, thanks.

SathyaBhat commented 1 year ago

It does warn you if you pass a podcast link but never thought I'd see podcast in a playlist. thanks for the feedback

CDSWambo commented 8 months ago

I, on the other hand, have been downloading playlists all fine yesterday, until I started getting this message. What is it about? have I reached my download limit or something?