diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-19 21:58:08 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-19 21:58:08 +0100 |
commit | 63f8af1fc3049527a4a4b53a1bbfde90cb4b2eb3 (patch) | |
tree | 8227674ebd87c28df53bad55de401a9264a283b4 /module/plugins/hoster/BasePlugin.py | |
parent | fixed cli unicode error (diff) | |
download | pyload-63f8af1fc3049527a4a4b53a1bbfde90cb4b2eb3.tar.xz |
encoding fixes
Diffstat (limited to 'module/plugins/hoster/BasePlugin.py')
-rw-r--r-- | module/plugins/hoster/BasePlugin.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index b1ae630fd..0248ca624 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -22,9 +22,14 @@ class BasePlugin(Hoster): # self.__name__ = "NetloadIn" # pyfile.name = "test" -# self.load("http://localhost:9000/short") +# 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.server_methods.add_package("test", [str(i) for i in range(80)], 1) +# # return if pyfile.url.startswith("http"): |