PEP8 applied
[youtube-dl] / youtube_dl / extractor / gorillavid.py
index e21e57510d346b3425a37aa12b3bd9c65668bb83..65b1534174c08e137cb08dec56777d5bcf1737ed 100644 (file)
@@ -69,7 +69,7 @@ class GorillaVidIE(InfoExtractor):
             (?:id="[^"]+"\s+)?
             value="([^"]*)"
             ''', webpage))
-        
+
         if fields['op'] == 'download1':
             post = compat_urllib_parse.urlencode(fields)