summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/FourSharedCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/FourSharedCom.py')
-rw-r--r--module/plugins/accounts/FourSharedCom.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/module/plugins/accounts/FourSharedCom.py b/module/plugins/accounts/FourSharedCom.py
index 9471e49ca..25a4b19b8 100644
--- a/module/plugins/accounts/FourSharedCom.py
+++ b/module/plugins/accounts/FourSharedCom.py
@@ -23,11 +23,12 @@ class FourSharedCom(Account):
req.cj.setCookie("4shared.com", "4langcookie", "en")
res = self.load("https://www.4shared.com/web/login",
- post={'login' : user,
- 'password' : data['password'],
- 'remember' : "on",
- '_remember': "on",
- 'returnTo' : "http://www.4shared.com/account/home.jsp"}, req=req)
+ post={'login' : user,
+ 'password' : data['password'],
+ 'remember' : "on",
+ '_remember': "on",
+ 'returnTo' : "http://www.4shared.com/account/home.jsp"},
+ req=req)
if 'Please log in to access your 4shared account' in res:
self.wrong_password()