]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/theplatform.py
Updated to release 2020.11.21.1
[yt-dlp.git] / youtube_dlc / extractor / theplatform.py
index 07055513a1c7f91df0af1c12c1df5bfeaaeb115f..41bfbe80f48c7fa41638aadd53fe8769a783c6fe 100644 (file)
@@ -208,7 +208,7 @@ def _extract_urls(cls, webpage):
         if m:
             return [m.group('url')]
 
-        # Are whitesapces ignored in URLs?
+        # Are whitespaces ignored in URLs?
         # https://github.com/ytdl-org/youtube-dl/issues/12044
         matches = re.findall(
             r'(?s)<(?:iframe|script)[^>]+src=(["\'])((?:https?:)?//player\.theplatform\.com/p/.+?)\1', webpage)