From ea94eace93bae1f1f9a3fd27c498f1b5309de50b Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 13 Jan 2010 15:03:23 +0100 Subject: Fixed MyVideo.de (yuck) --- pyLoadCore.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pyLoadCore.py') 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")) -- cgit v1.2.3