From 39f01594fc3209877a036846321f9f29731ee16d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 31 Oct 2011 21:56:47 +0100 Subject: closed #414 --- module/plugins/hoster/BasePlugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index 71c61942f..095d2644e 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -15,7 +15,7 @@ class BasePlugin(Hoster): __author_mail__ = ("RaNaN@pyload.org") def setup(self): - self.chunkLimit = 3 + self.chunkLimit = -1 self.resumeDownload = True def process(self, pyfile): @@ -43,4 +43,4 @@ class BasePlugin(Hoster): self.download(pyfile.url, disposition=True) else: - self.fail("No Plugin matched and not a downloadable url.") \ No newline at end of file + self.fail("No Plugin matched and not a downloadable url.") -- cgit v1.2.3