summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar k1l <dakiIIa@gmx.net> 2015-11-04 18:12:07 +0100
committerGravatar k1l <dakiIIa@gmx.net> 2015-11-04 18:12:07 +0100
commit52e51096e91a81d370c8268edcd6e21fd8de768c (patch)
tree54b2f8678beab6fe3a9376e1b2d64249b9efa919 /module/plugins
parentMerge pull request #2137 from thadrien/pull-request-DropboxCom (diff)
downloadpyload-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.
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/internal/CaptchaService.py2
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"""