diff options
author | Ashish Gupta <39122144+Ashish0804@users.noreply.github.com> | 2021-09-16 23:42:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 23:42:45 +0530 |
commit | 2fac2e91361a219b9dbc24c2fe91bd42787e851d (patch) | |
tree | 9a2195a6847029a7b510893544581f76d18efde7 /yt_dlp/extractor/generic.py | |
parent | 23dd2d9a3230c183ba1342734bb1a2ff09fb0dbf (diff) |
[Mediaite] Add Extractor (#973)
Closes #969
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/generic.py')
-rw-r--r-- | yt_dlp/extractor/generic.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/yt_dlp/extractor/generic.py b/yt_dlp/extractor/generic.py index d08f8f30d..b9c5772e0 100644 --- a/yt_dlp/extractor/generic.py +++ b/yt_dlp/extractor/generic.py @@ -1215,14 +1215,13 @@ class GenericIE(InfoExtractor): }, { # JWPlatform iframe - 'url': 'https://www.mediaite.com/tv/dem-senator-claims-gary-cohn-faked-a-bad-connection-during-trump-call-to-get-him-off-the-phone/', - 'md5': 'ca00a040364b5b439230e7ebfd02c4e9', + 'url': 'https://www.covermagazine.co.uk/feature/2465255/business-protection-involved', 'info_dict': { - 'id': 'O0c5JcKT', + 'id': 'AG26UQXM', 'ext': 'mp4', - 'upload_date': '20171122', - 'timestamp': 1511366290, - 'title': 'Dem Senator Claims Gary Cohn Faked a Bad Connection During Trump Call to Get Him Off the Phone', + 'upload_date': '20160719', + 'timestamp': 468923808, + 'title': '2016_05_18 Cover L&G Business Protection V1 FINAL.mp4', }, 'add_ie': [JWPlatformIE.ie_key()], }, |