Open Nokoster opened 3 years ago
It is possible, it has to do with the request, for more information see: https://stackoverflow.com/questions/39086287/spotipy-how-to-read-more-than-100-tracks-from-a-playlist To go over this limit, the best solution seems to use offset of 100 and do this for every 100 tracks. I couldn't exactly find the code where this happens so I can't propose a direct solution as pull request.
is there any chance to increase this limit in the future?