aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgrab-queue4
1 files changed, 4 insertions, 0 deletions
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,