Fix indents not multiples of four
This commit is contained in:
parent
fbe0fb8d52
commit
f37e3c5742
5 changed files with 44 additions and 44 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue