aria2c可以下载每个具有特定文件名的URL列表吗?
问题描述:
,比如我有一个网址列表:aria2c可以下载每个具有特定文件名的URL列表吗?
https://link.com/file/get/somefile.ext
https://go.com/download/anotherfile.ext
https://program.com/selection/download.php?id=26162
我想去年ULR设置一个特定的名称,像这样:
https://program.com/selection/download.php?id=26162 -o thirdfile.ext
是否有可能与aria2c下载列表语法?
我知道,我可以这样做:
aria2c https://link.com/file/get/somefile.ext
aria2c https://go.com/download/anotherfile.ext
aria2c https://program.com/selection/download.php?id=26162 -o thirdfile.ext
但这种方式我跑得太多aria2c年代。 ._。
答
从文档上--input-file=
此外,选项可各自URI行之后被指定。选项行必须以一个或多个空白字符(
SPACE
或TAB
)开头,并且每行只能包含一个选项。有关详细信息,请参见Input File小节。
如果你问我,那不完全清楚。所以这里是一个输入文件的示例(带有单个条目):
http://www.openclonk.org/header/logo.png
out=openclonk.png