]> gitweb @ CieloNegro.org - youtube-dl.git/commit
[soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when listing a...
authortfvlrue <35318734+tfvlrue@users.noreply.github.com>
Sat, 12 Sep 2020 09:35:11 +0000 (05:35 -0400)
committerGitHub <noreply@github.com>
Sat, 12 Sep 2020 09:35:11 +0000 (09:35 +0000)
commitaa272535567cb372b93fcd4cd24e13bca050437f
tree52b196c40f46d41493830beeff4731e3a4a908d2
parentd51e23d9fc709a80ca037199a46e59c729a1192e
[soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when listing a user's tracks. (#26557)

Per the documentation here https://developers.soundcloud.com/blog/offset-pagination-deprecated the maximum limit is 200, so let's respect that (even if a higher value sometimes works).

Co-authored-by: tfvlrue <tfvlrue>
youtube_dl/extractor/soundcloud.py