summaryrefslogtreecommitdiffstats
path: root/Plugins/RapidshareCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/RapidshareCom.py')
-rw-r--r--Plugins/RapidshareCom.py9
1 files changed, 7 insertions, 2 deletions
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):