diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-14 01:12:59 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-14 01:12:59 +0200 |
commit | 4342410b82b87f10610cee1a5d02f779628f7a90 (patch) | |
tree | 7067c4940ca0fd9835b467fcbe657667447a8f39 /module/plugins/hooks/CaptchaBrotherhood.py | |
parent | Merge (diff) | |
download | pyload-4342410b82b87f10610cee1a5d02f779628f7a90.tar.xz |
update CaptchaBrotherhood - closed #696, sharerapid.com
Diffstat (limited to 'module/plugins/hooks/CaptchaBrotherhood.py')
-rw-r--r-- | module/plugins/hooks/CaptchaBrotherhood.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py index a22a5ee1d..bdf547827 100644 --- a/module/plugins/hooks/CaptchaBrotherhood.py +++ b/module/plugins/hooks/CaptchaBrotherhood.py @@ -44,7 +44,7 @@ class CaptchaBrotherhoodException(Exception): class CaptchaBrotherhood(Hook): __name__ = "CaptchaBrotherhood" - __version__ = "0.03" + __version__ = "0.04" __description__ = """send captchas to CaptchaBrotherhood.com""" __config__ = [("activated", "bool", "Activated", False), ("username", "str", "Username", ""), @@ -53,7 +53,7 @@ class CaptchaBrotherhood(Hook): __author_name__ = ("RaNaN", "zoidberg") __author_mail__ = ("RaNaN@pyload.org", "zoidberg@mujmail.cz") - API_URL = "http://ocrhood.gazcad.com/" + API_URL = "http://www.captchabrotherhood.com/" def setup(self): self.info = {} |