From cac52bbf8b0e928a83a29b744bff20240c8e7354 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 6 Oct 2010 22:24:17 +0200 Subject: freakshare premium, closed #146, closed #147 --- module/plugins/Plugin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 2b2ee2414..55faa37e1 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -121,7 +121,9 @@ class Plugin(object): """ handles important things to do before starting """ self.thread = thread - if not self.account: + if self.account: + self.multiDL = True #every hoster with account should provides multiple downloads + else: self.req.clearCookies() if self.core.config["proxy"]["activated"]: -- cgit v1.2.3