0

我正在使用aria2c. 我只想显示“进度条”。

> 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]

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

4

1 回答 1

1

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

--download-result=hide

编辑:

你可能也有兴趣--summary-interval=0

于 2020-09-13T16:07:50.533 回答