added trutubeIE
This commit is contained in:
parent
1cf563d84b
commit
9ddfd84e41
3 changed files with 46 additions and 2 deletions
|
@ -22,8 +22,8 @@ class WorldStarHipHopIE(InfoExtractor):
|
|||
webpage_src = self._download_webpage(url, video_id)
|
||||
|
||||
m_vevo_id = re.search(r'videoId=(.*?)&?',
|
||||
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue