Fix all PEP8 issues except E501
[youtube-dl] / youtube_dl / extractor / facebook.py
index c989879ba745bc44a1924c01f4c7946a0a865bfe..2139f68aa3cb16facdc45b5fd9e014621e1c6674 100644 (file)
@@ -77,7 +77,7 @@ class FacebookIE(InfoExtractor):
             'legacy_return': '1',
             'timezone': '-60',
             'trynum': '1',
-            }
+        }
         request = compat_urllib_request.Request(self._LOGIN_URL, urlencode_postdata(login_form))
         request.add_header('Content-Type', 'application/x-www-form-urlencoded')
         try: