Browse Source

[rutv] Add test for #5584

totalwebcasting
Sergey M․ 10 years ago
parent
commit
d0fd305023
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      youtube_dl/extractor/rutv.py

+ 11
- 2
youtube_dl/extractor/rutv.py View File

@ -84,11 +84,20 @@ class RUTVIE(InfoExtractor):
'title': 'Сочи-2014. Биатлон. Индивидуальная гонка. Мужчины ', 'title': 'Сочи-2014. Биатлон. Индивидуальная гонка. Мужчины ',
'description': 'md5:9e0ed5c9d2fa1efbfdfed90c9a6d179c', 'description': 'md5:9e0ed5c9d2fa1efbfdfed90c9a6d179c',
}, },
'skip': 'Translation has finished',
},
{
'url': 'http://live.russia.tv/index/index/channel_id/3',
'info_dict': {
'id': '21',
'ext': 'mp4',
'title': 're:^Россия 24. Прямой эфир [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
'is_live': True,
},
'params': { 'params': {
# rtmp download
# m3u8 download
'skip_download': True, 'skip_download': True,
}, },
'skip': 'Translation has finished',
}, },
] ]


Loading…
Cancel
Save