Fix indents not multiples of four

This commit is contained in:
Laurent Bachelier 2013-03-15 22:46:26 +01:00
commit f37e3c5742
5 changed files with 44 additions and 44 deletions

View file

@ -109,7 +109,7 @@ class VideoPage(BasePage):
raise BrokenPageError('Unable to extract video url')
flashvars = urllib.unquote(mobj.group(1))
for key in ['hd1080URL', 'hd720URL', 'hqURL', 'sdURL', 'ldURL', 'video_url']:
if key in flashvars:
if key in flashvars:
max_quality = key
break