[extractor/generic] Add test for Libsyn embed
parent
cefdf970cc
commit
2051acdeb2
|
@ -527,6 +527,17 @@ class GenericIE(InfoExtractor):
|
||||||
},
|
},
|
||||||
'add_ie': ['Viddler'],
|
'add_ie': ['Viddler'],
|
||||||
},
|
},
|
||||||
|
# Libsyn embed
|
||||||
|
{
|
||||||
|
'url': 'http://thedailyshow.cc.com/podcast/episodetwelve',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '3377616',
|
||||||
|
'ext': 'mp3',
|
||||||
|
'title': "The Daily Show Podcast without Jon Stewart - Episode 12: Bassem Youssef: Egypt's Jon Stewart",
|
||||||
|
'description': 'md5:601cb790edd05908957dae8aaa866465',
|
||||||
|
'upload_date': '20150220',
|
||||||
|
},
|
||||||
|
},
|
||||||
# jwplayer YouTube
|
# jwplayer YouTube
|
||||||
{
|
{
|
||||||
'url': 'http://media.nationalarchives.gov.uk/index.php/webinar-using-discovery-national-archives-online-catalogue/',
|
'url': 'http://media.nationalarchives.gov.uk/index.php/webinar-using-discovery-national-archives-online-catalogue/',
|
||||||
|
|
Loading…
Reference in New Issue