diff options
-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"): |