mirror of https://github.com/yt-dlp/yt-dlp.git
[extractor/generic] Add test for tvc embed
This commit is contained in:
parent
2da09ff8b0
commit
f37bdbe537
|
@ -292,6 +292,15 @@ class GenericIE(InfoExtractor):
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
# TVC embed
|
||||||
|
{
|
||||||
|
'url': 'http://sch1298sz.mskobr.ru/dou_edu/karamel_ki/filial_galleries/video/iframe_src_http_tvc_ru_video_iframe_id_55304_isplay_false_acc_video_id_channel_brand_id_11_show_episodes_episode_id_32307_frameb/',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '55304',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Дошкольное воспитание',
|
||||||
|
},
|
||||||
|
},
|
||||||
# SportBox embed
|
# SportBox embed
|
||||||
{
|
{
|
||||||
'url': 'http://www.vestifinance.ru/articles/25753',
|
'url': 'http://www.vestifinance.ru/articles/25753',
|
||||||
|
|
Loading…
Reference in New Issue