]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/soundcloud.py
merge ytdl-master
[yt-dlp.git] / youtube_dlc / extractor / soundcloud.py
index 04b70c1193b0d8aa5c74ff5cb00fe32941a88d6f..ed70b71691220780e65b629c49af71f2415cd240 100644 (file)
@@ -649,6 +649,8 @@ def _real_extract(self, url):
 
 class SoundcloudPagedPlaylistBaseIE(SoundcloudIE):
     def _extract_playlist(self, base_url, playlist_id, playlist_title):
+        # Per the SoundCloud documentation, the maximum limit for a linked partioning query is 200.
+        # https://developers.soundcloud.com/blog/offset-pagination-deprecated
         COMMON_QUERY = {
             'limit': 200,
             'linked_partitioning': '1',