From: Silvio Rhatto Date: Thu, 4 Jul 2019 20:48:43 +0000 (-0300) Subject: FIXME: --import-ignores from the previous grab X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a005d2aa99a8be5b87d81935ff4ad6df400c2c46;p=grab-queue.git FIXME: --import-ignores from the previous grab --- 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,