aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/theplatform.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2020-11-21 20:20:42 +0530
committerpukkandan <pukkandan@gmail.com>2020-11-22 03:51:26 +0530
commita0566bbf5c3dea282447efb2926d71bafe1b7720 (patch)
tree8e4954cbeacb8d8ebcd144faa7fdea7375935d48 /youtube_dlc/extractor/theplatform.py
parent3462ffa8929d2a40588669578ca912d57a0da1bb (diff)
downloadhypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.tar.lz
hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.tar.xz
hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.zip
Updated to release 2020.11.21.1
Diffstat (limited to 'youtube_dlc/extractor/theplatform.py')
-rw-r--r--youtube_dlc/extractor/theplatform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/theplatform.py b/youtube_dlc/extractor/theplatform.py
index 07055513a..41bfbe80f 100644
--- a/youtube_dlc/extractor/theplatform.py
+++ b/youtube_dlc/extractor/theplatform.py
@@ -208,7 +208,7 @@ class ThePlatformIE(ThePlatformBaseIE, AdobePassIE):
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)