diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-28 15:53:41 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-28 15:53:41 +0200 |
commit | b405a28657fe212130fe8856047ecb9a86f21cb4 (patch) | |
tree | 9b6c007caa555ccf6450bde692cb9e300c61aefd /module/plugins | |
parent | rs fix (diff) | |
download | pyload-b405a28657fe212130fe8856047ecb9a86f21cb4.tar.xz |
rs fix no. 2
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/RapidshareCom.py | 1 |
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) |