]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/soundcloud.py
Updated to release 2020.11.21.1
[yt-dlp.git] / youtube_dlc / extractor / soundcloud.py
index ed70b71691220780e65b629c49af71f2415cd240..47f68bf197cbaff47fe0ed6e1b046fe37277cc52 100644 (file)
@@ -649,7 +649,7 @@ def _real_extract(self, url):
 
 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,