summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-28 15:53:41 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-28 15:53:41 +0200
commitb405a28657fe212130fe8856047ecb9a86f21cb4 (patch)
tree9b6c007caa555ccf6450bde692cb9e300c61aefd /module/plugins
parentrs fix (diff)
downloadpyload-b405a28657fe212130fe8856047ecb9a86f21cb4.tar.xz
rs fix no. 2
Diffstat (limited to 'module/plugins')
-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 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)