Skip to content

Commit

Permalink
[soundcloud] playlist limit per page according to official docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjack4494 committed Sep 9, 2020
1 parent 771a0ba commit 3897091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dlc/extractor/soundcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

Expand Down

0 comments on commit 3897091

Please sign in to comment.