summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Thammi <thammi@chaossource.net> 2012-07-08 02:42:41 +0200
committerGravatar Thammi <thammi@chaossource.net> 2012-07-08 02:42:41 +0200
commit8c517b90d5a0bb23da643539da42aacb90305211 (patch)
treeda8dcb95110295c873ac8a9524f4332d610c870f
parent[FreakshareCom] Force server to respond in English + better file exists checking (diff)
downloadpyload-8c517b90d5a0bb23da643539da42aacb90305211.tar.xz
The CaptchaTrader URLs changed
-rw-r--r--module/plugins/hooks/CaptchaTrader.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hooks/CaptchaTrader.py b/module/plugins/hooks/CaptchaTrader.py
index 889eb83c0..c02dd494e 100644
--- a/module/plugins/hooks/CaptchaTrader.py
+++ b/module/plugins/hooks/CaptchaTrader.py
@@ -55,9 +55,9 @@ class CaptchaTrader(Hook):
__author_name__ = ("RaNaN")
__author_mail__ = ("RaNaN@pyload.org")
- SUBMIT_URL = "http://captchatrader.com/api/submit"
- RESPOND_URL = "http://captchatrader.com/api/respond"
- GETCREDITS_URL = "http://captchatrader.com/api/get_credits/username:%(user)s/password:%(password)s/"
+ SUBMIT_URL = "http://api.captchatrader.com/submit"
+ RESPOND_URL = "http://api.captchatrader.com/respond"
+ GETCREDITS_URL = "http://api.captchatrader.com/get_credits/username:%(user)s/password:%(password)s/"
def setup(self):
self.info = {}