From 0036345203f37f7f29cc60cbf19b4f355ee8e0ce Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 19 May 2009 12:19:31 +0000 Subject: =?UTF-8?q?UploadedTo=20funktioniert=20jetzt=20auch.=20Wartezeit?= =?UTF-8?q?=20wird=20auch=20ber=C3=BCcksichigt.=20TODO:=20Reconnect=20verw?= =?UTF-8?q?alten,=20Download=20Verwaltung=20->=20von=20einem=20Plugin=20nu?= =?UTF-8?q?r=20eine=20Datei=20gleichzeitig,=20Zeit=20zum=20Downloaden=20et?= =?UTF-8?q?c..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Py_Load_File.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Py_Load_File.py') diff --git a/Py_Load_File.py b/Py_Load_File.py index 1d20e05e0..dc1c2ba75 100644 --- a/Py_Load_File.py +++ b/Py_Load_File.py @@ -9,7 +9,6 @@ class PyLoadFile: pluginClass = getattr(plugin, plugin.__name__) self.plugin = pluginClass(self) self.url = url - self.dl = None self.filename = "filename" self.download_folder = "" self.status = Status(self.id) @@ -20,7 +19,9 @@ class PyLoadFile: def prepareDownload(self): - self.status.exist = True #self.plugin.file_exists() + self.status.exists = True #self.plugin.file_exists() self.status.filename = self.plugin.get_file_name() self.status.waituntil = self.plugin.time_plus_wait - self.status.dl = self.plugin.get_file_url() + self.status.url = self.plugin.get_file_url() + self.status.want_reconnect = self.plugin.want_reconnect + -- cgit v1.2.3