diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-30 11:12:21 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-30 11:12:21 +0200 |
commit | 9ce5f2b521e271c1f8b9d36464fc2031bc70bb81 (patch) | |
tree | 947bfec5918f9b002bc7555c74885f98de6e5990 /Plugins/RapidshareCom.py | |
parent | basic gui functions are working (diff) | |
download | pyload-9ce5f2b521e271c1f8b9d36464fc2031bc70bb81.tar.xz |
rapidshare fix
Diffstat (limited to 'Plugins/RapidshareCom.py')
-rw-r--r-- | Plugins/RapidshareCom.py | 9 |
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): |