1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-21 13:59:24 +00:00

[test] tell Travis to install rtmpdump and add initial support to rtmp testing

This commit is contained in:
Filippo Valsorda
2013-10-14 18:25:52 -04:00
parent d8ec4959c8
commit 00b350d209
3 changed files with 9 additions and 14 deletions

View File

@@ -9,12 +9,10 @@ class VideoPremiumIE(InfoExtractor):
_TEST = {
u'url': u'http://videopremium.tv/4w7oadjsf156',
u'file': u'4w7oadjsf156.f4v',
u'md5': u'e51e4a266aab7531c6ac06f4ffee3b0d',
u'info_dict': {
u"title": u"youtube-dl_test_video____a_________-BaW_jenozKc.mp4.mp4"
},
u'params': {
u'skip_download': True,
},
}
}
def _real_extract(self, url):