diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-14 22:06:48 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-14 22:06:48 +0100 |
commit | 7eb11dc6c59b98bc07491cba2e2195770f3d3685 (patch) | |
tree | 0c435d3e146f802b7ba24d22c795f1e31347775a | |
parent | averaged download speed (diff) | |
download | pyload-7eb11dc6c59b98bc07491cba2e2195770f3d3685.tar.xz |
removed debug
-rw-r--r-- | module/plugins/hoster/BasePlugin.py | 12 |
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"): |