[kaltura] Improve widget ID extraction (closes #11480)

This commit is contained in:
Yen Chi Hsuan
2016-12-20 18:45:52 +08:00
parent c80db5d398
commit 8ab7e6c4cc
3 changed files with 24 additions and 1 deletions

View File

@ -972,6 +972,20 @@ class GenericIE(InfoExtractor):
'skip_download': True,
}
},
{
# Kaltura embedded, some fileExt broken (#11480)
'url': 'http://www.cornell.edu/video/nima-arkani-hamed-standard-models-of-particle-physics',
'info_dict': {
'id': '1_sgtvehim',
'ext': 'mp4',
'title': 'Our "Standard Models" of particle physics and cosmology',
'description': 'md5:67ea74807b8c4fea92a6f38d6d323861',
'timestamp': 1321158993,
'upload_date': '20111113',
'uploader_id': 'kps1',
},
'add_ie': ['Kaltura'],
},
# Eagle.Platform embed (generic URL)
{
'url': 'http://lenta.ru/news/2015/03/06/navalny/',