summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-23 05:18:41 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-23 05:18:41 +0200
commit6a5ee966de3b6cffca9e79eafe129b0557ac57f1 (patch)
treec42ff11bada402c2a7e50a69e807b0a4e1a8b2ac /module
parentMerge pull request #1836 from GammaC0de/patch-2 (diff)
parentFix for SMOOZED (diff)
downloadpyload-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.py1
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):