3jackdaws / soundcloud-lib

Soundcloud API wrapper for tracks & playlists that doesn't require API credentials. Asyncio support.
MIT License
94 stars 24 forks source link

tracks api calls fail for playlists with more than 50 tracks due to new limitation of 50 tracks #8

Closed alistairmaclean closed 4 years ago

alistairmaclean commented 4 years ago

Using the following API URL: https://api-v2.soundcloud.com/tracks?ids={track_ids}&client_id={client_id}

The track_ids argument should be less than 50 tracks ids, otherwise Soundcloud returns a 400 BAD REQUEST.