diff options
-rwxr-xr-x | grab-queue | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |