summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NetloadIn.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-31 15:30:33 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-31 15:30:33 +0200
commita321e0d4ab22373933c7d9c0a0d26996889004a5 (patch)
treedb57afef8689aac95f62c76fd6c0124bad304456 /module/plugins/hoster/NetloadIn.py
parentadded confirmation dialog before deleting a package (diff)
downloadpyload-a321e0d4ab22373933c7d9c0a0d26996889004a5.tar.xz
closed #357, #384
Diffstat (limited to 'module/plugins/hoster/NetloadIn.py')
-rw-r--r--module/plugins/hoster/NetloadIn.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py
index d913d3a6f..59786d996 100644
--- a/module/plugins/hoster/NetloadIn.py
+++ b/module/plugins/hoster/NetloadIn.py
@@ -55,9 +55,8 @@ class NetloadIn(Hoster):
__name__ = "NetloadIn"
__type__ = "hoster"
__pattern__ = r"http://.*netload\.in/(?:datei(.*?)(?:\.htm|/)|index.php?id=10&file_id=)"
- __version__ = "0.32"
+ __version__ = "0.33"
__description__ = """Netload.in Download Hoster"""
- __config__ = [ ("dumpgen", "bool", "Generate debug page dumps on stdout", "False") ]
__author_name__ = ("spoob", "RaNaN", "Gregy")
__author_mail__ = ("spoob@pyload.org", "ranan@pyload.org", "gregy@gregy.cz")
@@ -162,8 +161,6 @@ class NetloadIn(Hoster):
self.fail(_("File temporarily not available"))
self.log.debug("Netload: try number %d " % i)
- if self.getConf('dumpgen'):
- print page
if re.search(r"(We will prepare your download..)", page) is not None:
self.log.debug("Netload: We will prepare your download")