summaryrefslogtreecommitdiffstats
path: root/Plugins/NetloadIn.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-07-29 12:57:06 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-07-29 12:57:06 +0200
commit2c7e40bd77515065dc0bcdba3b724b9d071ab31c (patch)
tree0d61c26bdabeca521f255d0de43a14f8fe9156a5 /Plugins/NetloadIn.py
parentfixed netload.in (diff)
downloadpyload-2c7e40bd77515065dc0bcdba3b724b9d071ab31c.tar.xz
captcha reading timeout, to avoid hang up
Diffstat (limited to 'Plugins/NetloadIn.py')
-rw-r--r--Plugins/NetloadIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/NetloadIn.py b/Plugins/NetloadIn.py
index f3ef99586..a7d6ee4cf 100644
--- a/Plugins/NetloadIn.py
+++ b/Plugins/NetloadIn.py
@@ -16,7 +16,7 @@ class NetloadIn(Plugin):
props = {}
props['name'] = "NetloadIn"
props['type'] = "hoster"
- props['pattern'] = r"http://.+netload.in/"
+ props['pattern'] = r"http://.*netload\.in/"
props['version'] = "0.1"
props['description'] = """Netload.in Download Plugin"""
props['author_name'] = ("spoob", "RaNaN")