diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-30 02:32:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 02:32:58 +0100 |
commit | 9693a3477377bedbdc9170575a36ca6b00167ee2 (patch) | |
tree | 6a0262bc708d0af0bf5c8f362f81e978f51a543e /youtube_dlc/extractor/theplatform.py | |
parent | 711bd5d362a1a7bec312e23a0f39deff2b3bf8f1 (diff) | |
parent | 6a03f4f2a8c5c9274cce3d6168b501578d332bae (diff) | |
download | hypervideo-pre-9693a3477377bedbdc9170575a36ca6b00167ee2.tar.lz hypervideo-pre-9693a3477377bedbdc9170575a36ca6b00167ee2.tar.xz hypervideo-pre-9693a3477377bedbdc9170575a36ca6b00167ee2.zip |
Merge branch 'master' into master
Diffstat (limited to 'youtube_dlc/extractor/theplatform.py')
-rw-r--r-- | youtube_dlc/extractor/theplatform.py | 2 |
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) |