From cac52bbf8b0e928a83a29b744bff20240c8e7354 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 6 Oct 2010 22:24:17 +0200 Subject: freakshare premium, closed #146, closed #147 --- module/plugins/hoster/RapidshareCom.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'module/plugins/hoster/RapidshareCom.py') diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py index 40fe05eeb..0e3d2e74d 100644 --- a/module/plugins/hoster/RapidshareCom.py +++ b/module/plugins/hoster/RapidshareCom.py @@ -212,6 +212,10 @@ 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: + self.setWait(120) + self.log.info(_("RapidShareCom: No free slots")) + self.wait() elif between_wait: self.setWait(int(between_wait.group(1))) self.wantReconnect = True -- cgit v1.2.3