From a005d2aa99a8be5b87d81935ff4ad6df400c2c46 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 4 Jul 2019 17:48:43 -0300 Subject: FIXME: --import-ignores from the previous grab --- grab-queue | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'grab-queue') diff --git a/grab-queue b/grab-queue index 92d6bac..7ea4bde 100755 --- a/grab-queue +++ b/grab-queue @@ -80,6 +80,10 @@ class DownloadMultiple: if 'wget' in downloader_bin and local_filename[-1] != '/': self_downloader += '-O ' + local_filename + # FIXME: --import-ignores from the previous grab + if 'grab-site' in downloader_bin: + self_downloader += '' + # Run command cmd = 'cd ' + folder + ' && ' + self.downloader + ' ' + url proc = await asyncio.create_subprocess_shell(cmd, -- cgit v1.2.3