From 7eb11dc6c59b98bc07491cba2e2195770f3d3685 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 14 Feb 2011 22:06:48 +0100 Subject: removed debug --- module/plugins/hoster/BasePlugin.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'module/plugins/hoster/BasePlugin.py') 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"): -- cgit v1.2.3