diff options
author | k1l <dakiIIa@gmx.net> | 2015-11-04 18:12:07 +0100 |
---|---|---|
committer | k1l <dakiIIa@gmx.net> | 2015-11-04 18:12:07 +0100 |
commit | 52e51096e91a81d370c8268edcd6e21fd8de768c (patch) | |
tree | 54b2f8678beab6fe3a9376e1b2d64249b9efa919 | |
parent | Merge pull request #2137 from thadrien/pull-request-DropboxCom (diff) | |
download | pyload-52e51096e91a81d370c8268edcd6e21fd8de768c.tar.xz |
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.
-rw-r--r-- | module/plugins/internal/CaptchaService.py | 2 |
1 files changed, 1 insertions, 1 deletions
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""" |