From 72a6a690e039c4ce9e9fa88fac75446080171cca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 28 Sep 2010 15:03:59 +0200 Subject: rs fix --- module/plugins/hoster/RapidshareCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/RapidshareCom.py') diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py index f2fd3661c..8e1e65ee2 100644 --- a/module/plugins/hoster/RapidshareCom.py +++ b/module/plugins/hoster/RapidshareCom.py @@ -131,13 +131,13 @@ class RapidshareCom(Hoster): content = f.read() f.close() if "You need RapidPro to download more files from your IP address" in content: - remove(f) + remove(dl) self.setWait(60) self.log.info(_("Already downloading from this ip address, waiting 60 seconds")) self.wait() self.handleFree() elif "Download auth invalid" in content: - remove(f) + remove(dl) self.log.info(_("Invalid Auth Code, download will be restarted")) self.offset += 5 self.handleFree() -- cgit v1.2.3