diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-23 05:18:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-23 05:18:41 +0200 |
commit | 6a5ee966de3b6cffca9e79eafe129b0557ac57f1 (patch) | |
tree | c42ff11bada402c2a7e50a69e807b0a4e1a8b2ac /module | |
parent | Merge pull request #1836 from GammaC0de/patch-2 (diff) | |
parent | Fix for SMOOZED (diff) | |
download | pyload-6a5ee966de3b6cffca9e79eafe129b0557ac57f1.tar.xz |
Merge pull request #1835 from Gummibaer/patch-3
Fix for SMOOZED
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/crypter/LinkCryptWs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/LinkCryptWs.py b/module/plugins/crypter/LinkCryptWs.py index 47ea461f1..0d8590860 100644 --- a/module/plugins/crypter/LinkCryptWs.py +++ b/module/plugins/crypter/LinkCryptWs.py @@ -44,6 +44,7 @@ class LinkCryptWs(Crypter): #: 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 self.html = self.load(self.pyfile.url) + self.html = self.load(self.pyfile.url) def decrypt(self, pyfile): |