mayswind / AriaNg

AriaNg, a modern web frontend making aria2 easier to use.
http://ariang.mayswind.net
MIT License
11.91k stars 1.3k forks source link

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

Closed taoz66 closed 1 year ago

taoz66 commented 1 year ago

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

zombie110year commented 1 year ago

看起来 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
mayswind commented 1 year ago

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