summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gutz-Pilz <hannes.mueller87@gmail.com> 2015-04-22 14:39:57 +0200
committerGravatar Gutz-Pilz <hannes.mueller87@gmail.com> 2015-04-22 14:39:57 +0200
commit6f4f6a983362a8ac6037a04dfdb5c7e97aea761c (patch)
tree4c5e006859f17259eda48c1a0fe3983a6dad0f1b
parentMerge pull request #1365 from zapp-brannigan/patch-1 (diff)
downloadpyload-6f4f6a983362a8ac6037a04dfdb5c7e97aea761c.tar.xz
remove "www" in circlecaptcha to get it working
-rw-r--r--module/plugins/crypter/FilecryptCc.py2
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,