summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/account/Keep2shareCc.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 18:04:47 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 18:04:47 +0100
commit51e537831d330576af76e00e1420ebe504feca52 (patch)
treec58d846170c3d002382c4060b6abab516829e9a1 /pyload/plugins/account/Keep2shareCc.py
parent[Plugin] Fix typo (thx rlindner81) (diff)
downloadpyload-51e537831d330576af76e00e1420ebe504feca52.tar.xz
Fix cookie domain
Diffstat (limited to 'pyload/plugins/account/Keep2shareCc.py')
-rw-r--r--pyload/plugins/account/Keep2shareCc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/account/Keep2shareCc.py b/pyload/plugins/account/Keep2shareCc.py
index af870cfd0..172cedfc2 100644
--- a/pyload/plugins/account/Keep2shareCc.py
+++ b/pyload/plugins/account/Keep2shareCc.py
@@ -60,7 +60,7 @@ class Keep2shareCc(Account):
def login(self, user, data, req):
- req.cj.setCookie(".keep2share.cc", "lang", "en")
+ req.cj.setCookie("keep2share.cc", "lang", "en")
html = req.load("http://keep2share.cc/login.html",
post={'LoginForm[username]': user, 'LoginForm[password]': data['password']})