summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-22 21:13:13 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-22 21:13:13 +0100
commit76871374d39fa028d95a0430d169bae96e911823 (patch)
treee115de9e5976badb47be18530516dfc0180ccc52 /module/plugins
parentcore ssl fix, nginx support, https for lighttpd and nginx (diff)
downloadpyload-76871374d39fa028d95a0430d169bae96e911823.tar.xz
netload fix
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hoster/NetloadIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py
index 67753a7b7..278e9ce87 100644
--- a/module/plugins/hoster/NetloadIn.py
+++ b/module/plugins/hoster/NetloadIn.py
@@ -101,7 +101,7 @@ class NetloadIn(Plugin):
sleep(5)
self.html[2] = self.req.load("http://netload.in/index.php?id=10", post={"file_id": file_id, "captcha_check": captcha}, cookies=True)
- if re.search(r"(We will prepare your download..|We had a request with the IP)", self.html[2]) != None:
+ if re.search(r"(We will prepare your download..|We had a reqeust with the IP)", self.html[2]) != None:
return True
raise Exception("Captcha not decrypted")