aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/soundcloud.py
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-09-14 12:50:56 +0200
committerUnknown <blackjack4494@web.de>2020-09-14 12:50:56 +0200
commite69dd7809034c0bec432438e2aa96b70fdea8294 (patch)
tree1c26923c100d36910a66dd9c8ee3897d7e8e8fc7 /youtube_dlc/extractor/soundcloud.py
parent0e0b56a2909f3c7191b6d276c1e751c94d6faafe (diff)
parente8c5d40bc840b9e3ec8b4e8070291a64a4fa75b2 (diff)
downloadhypervideo-pre-e69dd7809034c0bec432438e2aa96b70fdea8294.tar.lz
hypervideo-pre-e69dd7809034c0bec432438e2aa96b70fdea8294.tar.xz
hypervideo-pre-e69dd7809034c0bec432438e2aa96b70fdea8294.zip
merge ytdl-master
Diffstat (limited to 'youtube_dlc/extractor/soundcloud.py')
-rw-r--r--youtube_dlc/extractor/soundcloud.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/soundcloud.py b/youtube_dlc/extractor/soundcloud.py
index 04b70c119..ed70b7169 100644
--- a/youtube_dlc/extractor/soundcloud.py
+++ b/youtube_dlc/extractor/soundcloud.py
@@ -649,6 +649,8 @@ class SoundcloudSetIE(SoundcloudPlaylistBaseIE):
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',