diff options
author | pukkandan <pukkandan@gmail.com> | 2020-11-21 20:20:42 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2020-11-22 03:51:26 +0530 |
commit | a0566bbf5c3dea282447efb2926d71bafe1b7720 (patch) | |
tree | 8e4954cbeacb8d8ebcd144faa7fdea7375935d48 /youtube_dlc/extractor/soundcloud.py | |
parent | 3462ffa8929d2a40588669578ca912d57a0da1bb (diff) |
Updated to release 2020.11.21.1
Diffstat (limited to 'youtube_dlc/extractor/soundcloud.py')
-rw-r--r-- | youtube_dlc/extractor/soundcloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/soundcloud.py b/youtube_dlc/extractor/soundcloud.py index ed70b7169..47f68bf19 100644 --- a/youtube_dlc/extractor/soundcloud.py +++ b/youtube_dlc/extractor/soundcloud.py @@ -649,7 +649,7 @@ 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. + # Per the SoundCloud documentation, the maximum limit for a linked partitioning query is 200. # https://developers.soundcloud.com/blog/offset-pagination-deprecated COMMON_QUERY = { 'limit': 200, |