diff options
author | spoob <spoob@gmx.de> | 2010-01-13 15:03:23 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-13 15:03:23 +0100 |
commit | ea94eace93bae1f1f9a3fd27c498f1b5309de50b (patch) | |
tree | 7793dab58655ae3d3d5e73ad4566adddc5fad17d /pyLoadCore.py | |
parent | YoutubeChannel Checks File Exists (diff) | |
download | pyload-ea94eace93bae1f1f9a3fd27c498f1b5309de50b.tar.xz |
Fixed MyVideo.de (yuck)
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 0a7fef11a..cd928315a 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -267,16 +267,6 @@ class Core(object): self.shutdown()
execv(executable, [executable, "pyLoadCore.py"])
- #~ def update(self, file_update=None):
- #~ try:
- #~ if not file_update:
- #~ tmp_zip = __import__("tempfile").NamedTemporaryFile(suffix=".zip").name
- #~ file_update = Request().download("http://update.pyload.org/index.php?download=True", tmp_zip)
- #~ __import__("module.Unzip", globals(), locals(), "Unzip", -1).Unzip().extract(tmp_zip,"Test/")
- #~ self.logger.info(_("Updated pyLoad"))
- #~ except:
- #~ self.logger.info("Error on updating pyLoad")
-
def create_plugin_index(self):
plugins = glob(join(self.plugin_folder, "hoster", "*.py"))
plugins += glob(join(self.plugin_folder, "decrypter", "*.py"))
|