From 51e537831d330576af76e00e1420ebe504feca52 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 15 Nov 2014 18:04:47 +0100 Subject: Fix cookie domain --- pyload/plugins/account/FastshareCz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/account/FastshareCz.py') diff --git a/pyload/plugins/account/FastshareCz.py b/pyload/plugins/account/FastshareCz.py index b61d6b23f..32c897317 100644 --- a/pyload/plugins/account/FastshareCz.py +++ b/pyload/plugins/account/FastshareCz.py @@ -41,7 +41,7 @@ class FastshareCz(Account): def login(self, user, data, req): - req.cj.setCookie(".fastshare.cz", "lang", "en") + req.cj.setCookie("fastshare.cz", "lang", "en") req.load('http://www.fastshare.cz/login') # Do not remove or it will not login -- cgit v1.2.3