kmille / deezer-downloader

Download music from Deezer with a nice front end
MIT License
652 stars 91 forks source link

Download favorite deezer songs: we don't iterate over pages #46

Closed kmille closed 3 years ago

kmille commented 3 years ago

There are 56 favorite songs (https://api.deezer.com/user/3368166784/tracks), but the json only contains 25 songs. There is a link in the json to the next 25 songs (at the bottom). We either iterate over the json or use limit=99999.