diff --git a/youtube_dl/downloader/external.py b/youtube_dl/downloader/external.py index 1b6bd1fa2..b5316da31 100644 --- a/youtube_dl/downloader/external.py +++ b/youtube_dl/downloader/external.py @@ -196,6 +196,7 @@ class Aria2cFD(ExternalFD): cmd += self._option('--all-proxy', 'proxy') cmd += self._bool_option('--check-certificate', 'nocheckcertificate', 'false', 'true', '=') cmd += self._bool_option('--remote-time', 'updatetime', 'true', 'false', '=') + cmd += self._valueless_option('--quiet', 'noprogress') cmd += ['--', info_dict['url']] return cmd