diff options
author | MMM <flashdagger@googlemail.com> | 2022-11-09 10:36:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 15:06:11 +0530 |
commit | 0d8affc17faa540f41cb6fba7675dbf98364250b (patch) | |
tree | d0ecc0e39b5006f54f776d678f3218057fc03424 /yt_dlp/extractor/generic.py | |
parent | d9df9b4919e84a3ba7be04acb73e56d67431550c (diff) | |
download | hypervideo-pre-0d8affc17faa540f41cb6fba7675dbf98364250b.tar.lz hypervideo-pre-0d8affc17faa540f41cb6fba7675dbf98364250b.tar.xz hypervideo-pre-0d8affc17faa540f41cb6fba7675dbf98364250b.zip |
[extractor/rumble] Add HLS formats and extract more metadata (#5280)
Closes #5177, #5277
Authored by: flashdagger
Diffstat (limited to 'yt_dlp/extractor/generic.py')
-rw-r--r-- | yt_dlp/extractor/generic.py | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/yt_dlp/extractor/generic.py b/yt_dlp/extractor/generic.py index b0b26b61a..0765d38ac 100644 --- a/yt_dlp/extractor/generic.py +++ b/yt_dlp/extractor/generic.py @@ -2400,40 +2400,6 @@ class GenericIE(InfoExtractor): } }, { - 'note': 'Rumble embed', - 'url': 'https://rumble.com/vdmum1-moose-the-dog-helps-girls-dig-a-snow-fort.html', - 'md5': '53af34098a7f92c4e51cf0bd1c33f009', - 'info_dict': { - 'id': 'vb0ofn', - 'ext': 'mp4', - 'timestamp': 1612662578, - 'uploader': 'LovingMontana', - 'channel': 'LovingMontana', - 'upload_date': '20210207', - 'title': 'Winter-loving dog helps girls dig a snow fort ', - 'channel_url': 'https://rumble.com/c/c-546523', - 'thumbnail': 'https://sp.rmbl.ws/s8/1/5/f/x/x/5fxxb.OvCc.1-small-Moose-The-Dog-Helps-Girls-D.jpg', - 'duration': 103, - } - }, - { - 'note': 'Rumble JS embed', - 'url': 'https://therightscoop.com/what-does-9-plus-1-plus-1-equal-listen-to-this-audio-of-attempted-kavanaugh-assassins-call-and-youll-get-it', - 'md5': '4701209ac99095592e73dbba21889690', - 'info_dict': { - 'id': 'v15eqxl', - 'ext': 'mp4', - 'channel': 'Mr Producer Media', - 'duration': 92, - 'title': '911 Audio From The Man Who Wanted To Kill Supreme Court Justice Kavanaugh', - 'channel_url': 'https://rumble.com/c/RichSementa', - 'thumbnail': 'https://sp.rmbl.ws/s8/1/P/j/f/A/PjfAe.OvCc-small-911-Audio-From-The-Man-Who-.jpg', - 'timestamp': 1654892716, - 'uploader': 'Mr Producer Media', - 'upload_date': '20220610', - } - }, - { 'note': 'JSON LD with multiple @type', 'url': 'https://www.nu.nl/280161/video/hoe-een-bladvlo-dit-verwoestende-japanse-onkruid-moet-vernietigen.html', 'md5': 'c7949f34f57273013fb7ccb1156393db', |