fm16191 / spotify-recorder

Recorder for Spotify. Not a YouTube downloader !!!
30 stars 6 forks source link

Only first 100 items of playlists get downloaded #6

Closed kedorlaomer closed 1 year ago

kedorlaomer commented 1 year ago

The reason is https://github.com/fm16191/spotify-recorder/blob/9527c15eddfa948af12735bc71382fe1e42e1fb2/api.py#L150 The function playlist returns only the first 100 items of the playlist and does not allow to ask for more. Instead, the function playlist_items can be used. Its interface allows to add offset and limit such that large playlists can be downloaded in bunches.

guemmelboy123 commented 1 year ago

do this: https://github.com/guemmelboy123/spotify-recorder/blob/main/api.py