diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-22 16:24:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-22 16:24:41 +0200 |
commit | c26ca4f0c9c546e25c2cfee6f0eabefca8d74f75 (patch) | |
tree | 4c5e006859f17259eda48c1a0fe3983a6dad0f1b | |
parent | Merge pull request #1365 from zapp-brannigan/patch-1 (diff) | |
parent | remove "www" in circlecaptcha to get it working (diff) | |
download | pyload-c26ca4f0c9c546e25c2cfee6f0eabefca8d74f75.tar.xz |
Merge pull request #1366 from Gutz-Pilz/patch-1
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, |