summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LinkCryptWs.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/crypter/LinkCryptWs.py
parent[Plugin] Fix typo (thx rlindner81) (diff)
downloadpyload-51e537831d330576af76e00e1420ebe504feca52.tar.xz
Fix cookie domain
Diffstat (limited to 'pyload/plugins/crypter/LinkCryptWs.py')
-rw-r--r--pyload/plugins/crypter/LinkCryptWs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LinkCryptWs.py b/pyload/plugins/crypter/LinkCryptWs.py
index 4eb48deae..4b4adc8d1 100644
--- a/pyload/plugins/crypter/LinkCryptWs.py
+++ b/pyload/plugins/crypter/LinkCryptWs.py
@@ -43,7 +43,7 @@ class LinkCryptWs(Crypter):
self.package = pyfile.package()
self.fileid = re.match(self.__pattern__, pyfile.url).group('ID')
- self.req.cj.setCookie(".linkcrypt.ws", "language", "en")
+ self.req.cj.setCookie("linkcrypt.ws", "language", "en")
# Request package
self.req.http.c.setopt(pycurl.USERAGENT, "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko") #: better chance to not get those key-captchas