1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-28 01:33:24 +00:00

Fix all PEP8 issues except E501

This commit is contained in:
Philipp Hagemeister
2014-11-23 22:21:46 +01:00
parent 3d36cea4ac
commit b74e86f48a
17 changed files with 49 additions and 42 deletions
+1 -1
View 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: