[novamov] Remove superfluous tabs

This commit is contained in:
dst 2014-01-08 08:11:46 +07:00
parent 8f89e68781
commit 5f59ee7942
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class GenericIE(InfoExtractor):
mobj = re.search(r'<iframe .*?src="(http://mpora\.com/videos/[^"]+)"', webpage)
if mobj is not None:
return self.url_result(mobj.group(1), 'Mpora')
# Look for embedded Novamov player
mobj = re.search(
r'<iframe[^>]+?src=(["\'])(?P<url>http://(?:(?:embed|www)\.)?novamov\.com/embed\.php.+?)\1', webpage)