From 52e51096e91a81d370c8268edcd6e21fd8de768c Mon Sep 17 00:00:00 2001 From: k1l Date: Wed, 4 Nov 2015 18:12:07 +0100 Subject: Update CaptchaService.py dont know if this is enough to let the updater get that version out in the wild. but getting this version manually solved my issue with pyload not loading files because of the 28.10.2015 11:02:41 WARNING Download failed: ...part07.rar | ReCaptcha data not found Error. See https://github.com/pyload/pyload/issues/2130#issuecomment-153542916 and following comment. --- module/plugins/internal/CaptchaService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py index b3f7841f0..397f4f750 100644 --- a/module/plugins/internal/CaptchaService.py +++ b/module/plugins/internal/CaptchaService.py @@ -6,7 +6,7 @@ from module.plugins.internal.Captcha import Captcha class CaptchaService(Captcha): __name__ = "CaptchaService" __type__ = "captcha" - __version__ = "0.33" + __version__ = "0.34" __status__ = "stable" __description__ = """Base anti-captcha service plugin""" -- cgit v1.2.3