summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/CaptchaBrotherhood.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-10-14 01:12:59 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-10-14 01:12:59 +0200
commit4342410b82b87f10610cee1a5d02f779628f7a90 (patch)
tree7067c4940ca0fd9835b467fcbe657667447a8f39 /module/plugins/hooks/CaptchaBrotherhood.py
parentMerge (diff)
downloadpyload-4342410b82b87f10610cee1a5d02f779628f7a90.tar.xz
update CaptchaBrotherhood - closed #696, sharerapid.com
Diffstat (limited to 'module/plugins/hooks/CaptchaBrotherhood.py')
-rw-r--r--module/plugins/hooks/CaptchaBrotherhood.py4
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 = {}