From 9ce5f2b521e271c1f8b9d36464fc2031bc70bb81 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 30 Jun 2009 11:12:21 +0200 Subject: rapidshare fix --- Plugins/RapidshareCom.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Plugins') diff --git a/Plugins/RapidshareCom.py b/Plugins/RapidshareCom.py index b34576d23..35555eeb1 100644 --- a/Plugins/RapidshareCom.py +++ b/Plugins/RapidshareCom.py @@ -47,12 +47,17 @@ class RapidshareCom(Plugin): pyfile.status.filename = self.get_file_name() pyfile.status.waituntil = self.time_plus_wait - pyfile.status.url = self.get_file_url() - pyfile.status.want_reconnect = self.want_reconnect + pyfile.status.want_reconnect = self.want_reconnect thread.wait(self.parent) + if self.want_reconnect: + self.download_html() + self.download_serverhtml() + + pyfile.status.url = self.get_file_url() + return True def download_html(self): -- cgit v1.2.3