diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-07-04 17:48:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-07-04 17:48:43 -0300 |
commit | a005d2aa99a8be5b87d81935ff4ad6df400c2c46 (patch) | |
tree | 76b3aaaa96502b61e5c3cd03911f9095bdce8ec1 | |
parent | cca79732197c194b36c74c3046f0951df78e2cfe (diff) | |
download | grab-queue-a005d2aa99a8be5b87d81935ff4ad6df400c2c46.tar.gz grab-queue-a005d2aa99a8be5b87d81935ff4ad6df400c2c46.tar.bz2 |
FIXME: --import-ignores from the previous grab
-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, |