summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LofCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/LofCc.py')
-rw-r--r--module/plugins/crypter/LofCc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LofCc.py b/module/plugins/crypter/LofCc.py
index cd3a6fe4d..3785ce600 100644
--- a/module/plugins/crypter/LofCc.py
+++ b/module/plugins/crypter/LofCc.py
@@ -23,7 +23,7 @@ class LofCc(Crypter):
def decrypt(self, pyfile):
html = self.req.load(self.pyfile.url, cookies=True)
- m = re.search(r"src=\"http://api.recaptcha.net/challenge\?k=(.*?)\"></script>", html)
+ m = re.search(r"src=\"http://www.google.com/recaptcha/api/challenge\?k=(.*?)\"></script>", html)
if not m:
self.offline()