diff options
author | Gutz-Pilz <hannes.mueller87@gmail.com> | 2015-04-22 14:39:57 +0200 |
---|---|---|
committer | Gutz-Pilz <hannes.mueller87@gmail.com> | 2015-04-22 14:39:57 +0200 |
commit | 6f4f6a983362a8ac6037a04dfdb5c7e97aea761c (patch) | |
tree | 4c5e006859f17259eda48c1a0fe3983a6dad0f1b | |
parent | Merge pull request #1365 from zapp-brannigan/patch-1 (diff) | |
download | pyload-6f4f6a983362a8ac6037a04dfdb5c7e97aea761c.tar.xz |
remove "www" in circlecaptcha to get it working
-rw-r--r-- | module/plugins/crypter/FilecryptCc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FilecryptCc.py b/module/plugins/crypter/FilecryptCc.py index 9dd4f665d..ca4cf57cb 100644 --- a/module/plugins/crypter/FilecryptCc.py +++ b/module/plugins/crypter/FilecryptCc.py @@ -98,7 +98,7 @@ class FilecryptCc(Crypter): elif m2: #: circle captcha self.logDebug("Captcha-URL: %s" % m2.group(1)) - captcha_code = self.decryptCaptcha('https://www.filecrypt.cc/captcha/circle.php?c=abc', + captcha_code = self.decryptCaptcha('https://filecrypt.cc/captcha/circle.php?c=abc', result_type='positional') self.siteWithLinks = self.load(self.pyfile.url, |