mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[soundcloud] playlist limit per page according to official docs
https://github.com/ytdl-org/youtube-dl/pull/26557
This commit is contained in:
parent
771a0ba4d2
commit
389709160c
@ -650,7 +650,7 @@ def _real_extract(self, url):
|
||||
class SoundcloudPagedPlaylistBaseIE(SoundcloudIE):
|
||||
def _extract_playlist(self, base_url, playlist_id, playlist_title):
|
||||
COMMON_QUERY = {
|
||||
'limit': 80000,
|
||||
'limit': 200,
|
||||
'linked_partitioning': '1',
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user