summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-14 22:06:48 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-14 22:06:48 +0100
commit7eb11dc6c59b98bc07491cba2e2195770f3d3685 (patch)
tree0c435d3e146f802b7ba24d22c795f1e31347775a
parentaveraged download speed (diff)
downloadpyload-7eb11dc6c59b98bc07491cba2e2195770f3d3685.tar.xz
removed debug
-rw-r--r--module/plugins/hoster/BasePlugin.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py
index 92853e578..b1ae630fd 100644
--- a/module/plugins/hoster/BasePlugin.py
+++ b/module/plugins/hoster/BasePlugin.py
@@ -20,12 +20,12 @@ class BasePlugin(Hoster):
def process(self, pyfile):
"""main function"""
- self.__name__ = "NetloadIn"
- pyfile.name = "test"
- self.load("http://localhost:9000/short")
- self.download("http://localhost:9000/short")
- self.decryptCaptcha("http://localhost:9000/captcha")
- return
+# self.__name__ = "NetloadIn"
+# pyfile.name = "test"
+# self.load("http://localhost:9000/short")
+# self.download("http://localhost:9000/short")
+# self.decryptCaptcha("http://localhost:9000/captcha")
+# return
if pyfile.url.startswith("http"):