aria2c 不输出结果 table

aria2c do not output result table

我正在使用 aria2c 下载文件。我只想显示 "progress bar".

> aria2c -console-log-level=error LINK

[#508b8d 0.9GiB/0.9GiB(99%) CN:1 DL:76MiB]
Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
508b8d|OK  |    76MiB/s|/home/user/file

Status Legend:
(OK):download completed.

我想要的是这个

> aria2c args LINK

[#508b8d 0.9GiB/0.9GiB(99%) CN:1 DL:76MiB]

有没有办法做到这一点,还是我必须重新编译程序?提前致谢!

在高级选项部分:https://aria2.github.io/manual/en/html/aria2c.html#advanced-options

--download-result=hide

编辑:

您可能也对 --summary-interval=0 感兴趣。