diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-28 17:40:39 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-28 17:40:39 +0100 |
commit | 2b8bfcfed0dd32b79a8a3ba95cb84adb5ab22811 (patch) | |
tree | f6fadf77e6f501a5cee74915e004718478360b00 /module/plugins/hoster/BasePlugin.py | |
parent | [Crypter] Fixed (diff) | |
download | pyload-2b8bfcfed0dd32b79a8a3ba95cb84adb5ab22811.tar.xz |
Code cosmetics: use self.core.api instead self.api (for now)
Diffstat (limited to 'module/plugins/hoster/BasePlugin.py')
-rw-r--r-- | module/plugins/hoster/BasePlugin.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index 7c6a6c102..63714c437 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -35,17 +35,6 @@ class BasePlugin(Hoster): self.multiDL = False return - # self.__name__ = "NetloadIn" - # pyfile.name = "test" - # self.html = self.load("http://localhost:9000/short") - # self.download("http://localhost:9000/short") - # self.api = self.load("http://localhost:9000/short") - # self.decryptCaptcha("http://localhost:9000/captcha") - # - # if pyfile.url == "79": - # self.core.api.addPackage("test", [str(i) for i in xrange(80)], 1) - # - # return if pyfile.url.startswith("http"): try: |