From c66a630a502a5e118d8773b32820aca861ce32cd Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 22 Dec 2010 23:44:33 +0100 Subject: new download backend integrated so far, downloading works, but still big todo list --- module/plugins/hoster/RapidshareCom.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/RapidshareCom.py') diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py index 8370aebb7..8163ffc44 100644 --- a/module/plugins/hoster/RapidshareCom.py +++ b/module/plugins/hoster/RapidshareCom.py @@ -66,7 +66,8 @@ class RapidshareCom(Hoster): if self.account: self.multiDL = True - self.req.canContinue = True + self.chunkLimit = -1 + self.resumeDownload = True def process(self, pyfile): self.url = self.pyfile.url -- cgit v1.2.3