mayswind / AriaNg

AriaNg, a modern web frontend making aria2 easier to use.

Home Page:http://ariang.mayswind.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何在使用新建链接批量下载时自定义文件名?

taoz66 opened this issue · comments

如何在使用新建链接批量下载时自定义文件名?

看起来 AriaNG 并不打算支持这个操作(#260),但你可以用 aria2c 命令行的 --input-file 选项来完成这种操作。 input-file 的格式大致类似于:

<URI>
  <Parameter>=<Argument>

比如

https://example.com/dk178dn.zip
  out=分卷文件.zip.001
https://example.com/18dj1bn.zip
  out=分卷文件.zip.002
https://example.com/nmadhj1.zip
  out=分卷文件.zip.003

批量下载时不支持指定文件名