mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-02 09:08:24 -05: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