added trutubeIE

This commit is contained in:
Johny Mo Swag 2014-02-22 00:11:57 -08:00
parent 1cf563d84b
commit 9ddfd84e41
3 changed files with 46 additions and 2 deletions

View file

@ -22,8 +22,8 @@ class WorldStarHipHopIE(InfoExtractor):
webpage_src = self._download_webpage(url, video_id)
m_vevo_id = re.search(r'videoId=(.*?)&amp?',
webpage_src)
webpage_src)
if m_vevo_id is not None:
self.to_screen(u'Vevo video detected:')
return self.url_result('vevo:%s' % m_vevo_id.group(1), ie='Vevo')