diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-30 02:46:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 02:46:10 +0100 |
commit | 9e4043faa99609ac16d279a5f8d5fc22b23f0c8e (patch) | |
tree | 2c052847cd85fdf3ac33176a7d0109c79b518c45 /youtube_dlc/extractor/theplatform.py | |
parent | 5867a1678924ad25a4784abfa5dbd28b5b69eb67 (diff) | |
parent | 94c29091d049f48962c3e81a1b5b0237ab54827d (diff) | |
download | hypervideo-pre-9e4043faa99609ac16d279a5f8d5fc22b23f0c8e.tar.lz hypervideo-pre-9e4043faa99609ac16d279a5f8d5fc22b23f0c8e.tar.xz hypervideo-pre-9e4043faa99609ac16d279a5f8d5fc22b23f0c8e.zip |
Merge branch 'master' into rcs
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) |