diff options
author | coletdjnz <coletdjnz@protonmail.com> | 2022-10-04 08:37:48 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 19:37:48 +0000 |
commit | d3a3d7f0cc27ca78aeb807b27c7ebee88ff3161e (patch) | |
tree | 22e9aded6d3f0ace3c9f8a5db41e4f016343a1ad /yt_dlp/extractor/generic.py | |
parent | 8671f995cc5296f1bc9f68afc886353b5a9e40aa (diff) | |
download | hypervideo-pre-d3a3d7f0cc27ca78aeb807b27c7ebee88ff3161e.tar.lz hypervideo-pre-d3a3d7f0cc27ca78aeb807b27c7ebee88ff3161e.tar.xz hypervideo-pre-d3a3d7f0cc27ca78aeb807b27c7ebee88ff3161e.zip |
[extractor/JWPlatform] Fix extractor (#5112)
Fix bitrate and filesize extraction and support embeds with unquoted urls.
Related: #5106
Authored by: coletdjnz
Diffstat (limited to 'yt_dlp/extractor/generic.py')
-rw-r--r-- | yt_dlp/extractor/generic.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/yt_dlp/extractor/generic.py b/yt_dlp/extractor/generic.py index 73aefc782..73422f937 100644 --- a/yt_dlp/extractor/generic.py +++ b/yt_dlp/extractor/generic.py @@ -1072,18 +1072,6 @@ class GenericIE(InfoExtractor): } }, { - # JWPlatform iframe - 'url': 'https://www.covermagazine.co.uk/feature/2465255/business-protection-involved', - 'info_dict': { - 'id': 'AG26UQXM', - 'ext': 'mp4', - 'upload_date': '20160719', - 'timestamp': 468923808, - 'title': '2016_05_18 Cover L&G Business Protection V1 FINAL.mp4', - }, - 'add_ie': ['JWPlatform'], - }, - { # Video.js embed, multiple formats 'url': 'http://ortcam.com/solidworks-урок-6-настройка-чертежа_33f9b7351.html', 'info_dict': { |