From: Silvio Rhatto Date: Mon, 8 Jul 2019 16:53:15 +0000 (-0300) Subject: Rollback and minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e6bcfe8364968d3be47e97ee9f4a08a37caa7daf;p=grab-queue.git Rollback and minor fix --- diff --git a/grab-queue b/grab-queue index 7ea4bde..19397d4 100755 --- a/grab-queue +++ b/grab-queue @@ -78,11 +78,7 @@ class DownloadMultiple: # Other opts: -q --show-progress -O downloader_bin = self.downloader.split(' ')[0] 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 += '' + self.downloader += '-O ' + local_filename # Run command cmd = 'cd ' + folder + ' && ' + self.downloader + ' ' + url