summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RapidshareCom.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-17 14:03:52 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-17 14:03:52 +0200
commit705d0e5163876c94b9b90a440eb38b152bcba1e0 (patch)
treec48a726a761e8ffd8e88b62ac5eae598984d985a /module/plugins/hoster/RapidshareCom.py
parenthotfile (diff)
downloadpyload-705d0e5163876c94b9b90a440eb38b152bcba1e0.tar.xz
rs fix, more cleanup stuff
Diffstat (limited to 'module/plugins/hoster/RapidshareCom.py')
-rw-r--r--module/plugins/hoster/RapidshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py
index 2e6ada837..e449cbc9a 100644
--- a/module/plugins/hoster/RapidshareCom.py
+++ b/module/plugins/hoster/RapidshareCom.py
@@ -197,7 +197,7 @@ class RapidshareCom(Hoster):
self.setWait(60)
self.log.info(_("Already downloading from this ip address, waiting 60 seconds"))
self.wait()
- elif "Too many users downloading from this server right now" in result:
+ elif "Too many users downloading from this server right now" in result or "All free download slots are full" in result:
self.setWait(120)
self.log.info(_("RapidShareCom: No free slots"))
self.wait()