forked from minhngoc25a/youtube-dl
[generic] Fix an MTV test and another test that breaks nosetests
This commit is contained in:
parent
a3aa814b77
commit
05d1e7aaa9
|
@ -474,7 +474,7 @@ class GenericIE(InfoExtractor):
|
||||||
'url': 'http://www.vestifinance.ru/articles/25753',
|
'url': 'http://www.vestifinance.ru/articles/25753',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '25753',
|
'id': '25753',
|
||||||
'title': 'Вести Экономика ― Прямые трансляции с Форума-выставки "Госзаказ-2013"',
|
'title': 'Прямые трансляции с Форума-выставки "Госзаказ-2013"',
|
||||||
},
|
},
|
||||||
'playlist': [{
|
'playlist': [{
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
@ -641,6 +641,8 @@ class GenericIE(InfoExtractor):
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Key and Peele|October 10, 2012|2|203|Liam Neesons - Uncensored',
|
'title': 'Key and Peele|October 10, 2012|2|203|Liam Neesons - Uncensored',
|
||||||
'description': 'Two valets share their love for movie star Liam Neesons.',
|
'description': 'Two valets share their love for movie star Liam Neesons.',
|
||||||
|
'timestamp': 1349922600,
|
||||||
|
'upload_date': '20121011',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
# YouTube embed via <data-embed-url="">
|
# YouTube embed via <data-embed-url="">
|
||||||
|
|
Loading…
Reference in New Issue