aria2c 下载txt模版

http://www.website.com/yourdownloadfile.rar #需要下载的文件URL
dir=d:\download #本地保存文件夹名
out=yourdownloadfile.rar #本地保存文件名
header=Cookie: gdriveid=d0cff864a9043588c6116c5d3f #所需cookies
continue=true
max-connection-per-server=5
split=10
parameterized-uri=true

保存为文件后使用 aria2c -i url.txt 进行下载.

你可能感兴趣的:(aria2c 下载txt模版)