Browse Source
[extractor/generic] Add test for brigthcove UUID-like videoPlayer
master
Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
17 additions and
0 deletions
-
youtube_dl/extractor/generic.py
|
|
@ -449,6 +449,23 @@ class GenericIE(InfoExtractor): |
|
|
|
}, |
|
|
|
}], |
|
|
|
}, |
|
|
|
{ |
|
|
|
# Brightcove with UUID in videoPlayer |
|
|
|
'url': 'http://www8.hp.com/cn/zh/home.html', |
|
|
|
'info_dict': { |
|
|
|
'id': '5255815316001', |
|
|
|
'ext': 'mp4', |
|
|
|
'title': 'Sprocket Video - China', |
|
|
|
'description': 'Sprocket Video - China', |
|
|
|
'uploader': 'HP-Video Gallery', |
|
|
|
'timestamp': 1482263210, |
|
|
|
'upload_date': '20161220', |
|
|
|
'uploader_id': '1107601872001', |
|
|
|
}, |
|
|
|
'params': { |
|
|
|
'skip_download': True, # m3u8 download |
|
|
|
}, |
|
|
|
}, |
|
|
|
# ooyala video |
|
|
|
{ |
|
|
|
'url': 'http://www.rollingstone.com/music/videos/norwegian-dj-cashmere-cat-goes-spartan-on-with-me-premiere-20131219', |
|
|
|