[soundcloud] reduce API playlist page limit(closes #25274)

This commit is contained in:
Remita Amine 2020-05-15 14:12:31 +01:00
parent 384bf91f88
commit b334732709
1 changed files with 1 additions and 1 deletions

View File

@ -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',
}