From b44f560c3a53c073a1290e3403ff76ebbe35e91b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 19 May 2009 14:26:37 +0000 Subject: =?UTF-8?q?RapidshareCom=20l=C3=A4uft=20jetzt=20wieder.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Py_Load_File.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Py_Load_File.py') diff --git a/Py_Load_File.py b/Py_Load_File.py index dc1c2ba75..157d51bfd 100644 --- a/Py_Load_File.py +++ b/Py_Load_File.py @@ -19,9 +19,10 @@ class PyLoadFile: def prepareDownload(self): - 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.url = self.plugin.get_file_url() - self.status.want_reconnect = self.plugin.want_reconnect + self.status.exists = self.plugin.file_exists() + if self.status.exists: + self.status.filename = self.plugin.get_file_name() + self.status.waituntil = self.plugin.time_plus_wait + self.status.url = self.plugin.get_file_url() + self.status.want_reconnect = self.plugin.want_reconnect -- cgit v1.2.3