diff options
author | Velociraptor85 <Velociraptor85@users.noreply.github.com> | 2014-11-10 23:00:53 +0100 |
---|---|---|
committer | Velociraptor85 <Velociraptor85@users.noreply.github.com> | 2014-11-10 23:00:53 +0100 |
commit | fa6662c3352d4eea43b42e66fc80cabcc85709e9 (patch) | |
tree | 5d4c946b4abfbad889666637192b7e364d38c2d6 /module/plugins/hooks/Captcha9kw.py | |
parent | [NowVideoAt] Premium support (diff) | |
download | pyload-fa6662c3352d4eea43b42e66fc80cabcc85709e9.tar.xz |
Format error in Default config
see Hoster Options
Diffstat (limited to 'module/plugins/hooks/Captcha9kw.py')
-rwxr-xr-x | module/plugins/hooks/Captcha9kw.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py index c8f034847..11fbf6448 100755 --- a/module/plugins/hooks/Captcha9kw.py +++ b/module/plugins/hooks/Captcha9kw.py @@ -17,7 +17,7 @@ from module.plugins.Hook import Hook class Captcha9kw(Hook): __name__ = "Captcha9kw" __type__ = "hook" - __version__ = "0.15" + __version__ = "0.16" __config__ = [("activated", "bool", "Activated", True), ("force", "bool", "Force captcha resolving even if client is connected", True), @@ -25,7 +25,7 @@ class Captcha9kw(Hook): ("captchaperhour", "int", "Captcha per hour", "9999"), ("prio", "int", "Priority (max. 20)(Cost +0 -> +20)", "0"), ("queue", "int", "Max. Queue (max. 999)", "0"), - ("hoster_options", "string", "Hoster options (Format: pluginname:prio=1:selfsolfe=1:confirm=1:timeout=900;)", "ShareonlineBiz:prio=0:timeout=999;UploadedTo:prio=0:timeout=999;SerienjunkiesOrg:prio=1:min=3;max=3;timeout=90"), + ("hoster_options", "string", "Hoster options (Format: pluginname:prio=1:selfsolfe=1:confirm=1:timeout=900;)", "ShareonlineBiz:prio=0:timeout=999;UploadedTo:prio=0:timeout=999;SerienjunkiesOrg:prio=1:min=3:max=3:timeout=90;"), ("selfsolve", "bool", "If enabled and you have a 9kw client active only you will get your captcha to solve it (Selfsolve)", "0"), ("passkey", "password", "API key", ""), ("timeout", "int", "Timeout (min. 60s, max. 3999s)", "900")] |