diff --git a/youtube_dl/downloader/external.py b/youtube_dl/downloader/external.py index c31f8910a..50f75c9e2 100644 --- a/youtube_dl/downloader/external.py +++ b/youtube_dl/downloader/external.py @@ -195,6 +195,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