diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-20 04:27:36 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-21 13:27:44 +0530 |
commit | 6970b6005e9c07c427d368bbe3f71f85878f325e (patch) | |
tree | 3c5090cb5729f896b28c0537bf94b6686a31ce38 /yt_dlp/extractor/glomex.py | |
parent | fc5fa964c7ca1ee548ee3b8f1e559aac24d3d45f (diff) | |
download | hypervideo-pre-6970b6005e9c07c427d368bbe3f71f85878f325e.tar.lz hypervideo-pre-6970b6005e9c07c427d368bbe3f71f85878f325e.tar.xz hypervideo-pre-6970b6005e9c07c427d368bbe3f71f85878f325e.zip |
[cleanup] Minor fixes
Closes #2334
Diffstat (limited to 'yt_dlp/extractor/glomex.py')
-rw-r--r-- | yt_dlp/extractor/glomex.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/yt_dlp/extractor/glomex.py b/yt_dlp/extractor/glomex.py index ec3c35c6f..1d387bdfd 100644 --- a/yt_dlp/extractor/glomex.py +++ b/yt_dlp/extractor/glomex.py @@ -177,9 +177,6 @@ class GlomexEmbedIE(GlomexBaseIE): @classmethod def _extract_urls(cls, webpage, origin_url): - # in comparison with _VALID_URL: - # * make the scheme optional - # * simplify the query string part; after extracting iframe src, the URL will be matched again VALID_SRC = rf'(?:https?:)?{cls._BASE_PLAYER_URL_RE}\?(?:(?!(?P=_q1)).)+' # https://docs.glomex.com/publisher/video-player-integration/javascript-api/ |