diff options
author | spoob <spoob@gmx.de> | 2009-12-27 23:29:51 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-27 23:29:51 +0100 |
commit | ea1cbdf0a88216d128ed63ec62b1ff0f22123556 (patch) | |
tree | 6ae597e511e362acda9266deeaaa247a0a9de6ab /module/plugins/hoster/RapidshareCom.py | |
parent | fixed uploaded.to and netload.in, gui clipboard check (diff) | |
download | pyload-ea1cbdf0a88216d128ed63ec62b1ff0f22123556.tar.xz |
Fixed Reconnect in Netload and Rapidshare
Diffstat (limited to 'module/plugins/hoster/RapidshareCom.py')
-rw-r--r-- | module/plugins/hoster/RapidshareCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py index 973e28470..5da9996fd 100644 --- a/module/plugins/hoster/RapidshareCom.py +++ b/module/plugins/hoster/RapidshareCom.py @@ -39,6 +39,7 @@ class RapidshareCom(Plugin): def prepare(self, thread): pyfile = self.parent self.req.clear_cookies() + self.want_reconnect = False self.download_api_data() if self.api_data["status"] == "1": |