summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RapidshareCom.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-27 23:29:51 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-27 23:29:51 +0100
commitea1cbdf0a88216d128ed63ec62b1ff0f22123556 (patch)
tree6ae597e511e362acda9266deeaaa247a0a9de6ab /module/plugins/hoster/RapidshareCom.py
parentfixed uploaded.to and netload.in, gui clipboard check (diff)
downloadpyload-ea1cbdf0a88216d128ed63ec62b1ff0f22123556.tar.xz
Fixed Reconnect in Netload and Rapidshare
Diffstat (limited to 'module/plugins/hoster/RapidshareCom.py')
-rw-r--r--module/plugins/hoster/RapidshareCom.py1
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":