|
|
@ -559,7 +559,7 @@ class SoundcloudSetIE(SoundcloudPlaylistBaseIE): |
|
|
|
class SoundcloudPagedPlaylistBaseIE(SoundcloudIE): |
|
|
|
def _extract_playlist(self, base_url, playlist_id, playlist_title): |
|
|
|
COMMON_QUERY = { |
|
|
|
'limit': 2000000000, |
|
|
|
'limit': 80000, |
|
|
|
'linked_partitioning': '1', |
|
|
|
} |
|
|
|
|
|
|
|