From 741096db58bb86a1e73e101d540959390b213436 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 10 Sep 2009 17:18:31 +0200 Subject: save specific download folder --- module/plugins/Plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 5b3c7ee8c..011f0e8f5 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -96,8 +96,8 @@ class Plugin(): self.download_html() return self.time_plus_wait - def proceed(self, url, location): - self.req.download(url, location) + def proceed(self, url, location, folder=""): + self.req.download(url, location, folder) def set_config(self): pass -- cgit v1.2.3