Browse Source

[extractor/generic] Add test for tvc embed

totalwebcasting
Sergey M․ 9 years ago
parent
commit
f37bdbe537
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      youtube_dl/extractor/generic.py

+ 9
- 0
youtube_dl/extractor/generic.py View File

@ -292,6 +292,15 @@ class GenericIE(InfoExtractor):
'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
{
'url': 'http://www.vestifinance.ru/articles/25753',


Loading…
Cancel
Save