mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-16 00:37:47 +00:00
PEP8 applied
This commit is contained in:
@@ -69,7 +69,7 @@ class GorillaVidIE(InfoExtractor):
|
||||
(?:id="[^"]+"\s+)?
|
||||
value="([^"]*)"
|
||||
''', webpage))
|
||||
|
||||
|
||||
if fields['op'] == 'download1':
|
||||
post = compat_urllib_parse.urlencode(fields)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user