PEP8: more applied
This commit is contained in:
parent
5f6a1245ff
commit
8bcc875676
34 changed files with 123 additions and 132 deletions
|
@ -245,7 +245,7 @@ class MTVIE(MTVServicesInfoExtractor):
|
|||
m_vevo = re.search(r'isVevoVideo = true;.*?vevoVideoId = "(.*?)";',
|
||||
webpage, re.DOTALL)
|
||||
if m_vevo:
|
||||
vevo_id = m_vevo.group(1);
|
||||
vevo_id = m_vevo.group(1)
|
||||
self.to_screen('Vevo video detected: %s' % vevo_id)
|
||||
return self.url_result('vevo:%s' % vevo_id, ie='Vevo')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue