From b405a28657fe212130fe8856047ecb9a86f21cb4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 28 Sep 2010 15:53:41 +0200 Subject: rs fix no. 2 --- module/plugins/hoster/RapidshareCom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py index 8e1e65ee2..446d5ad3c 100644 --- a/module/plugins/hoster/RapidshareCom.py +++ b/module/plugins/hoster/RapidshareCom.py @@ -130,6 +130,7 @@ class RapidshareCom(Hoster): f = open(dl, "rb") content = f.read() f.close() + self.no_download = True if "You need RapidPro to download more files from your IP address" in content: remove(dl) self.setWait(60) -- cgit v1.2.3