当我使用 aria2c 下载 torrent 文件时,它总是尝试解析它并添加 torrent 任务,但我想要的只是获取该文件。
是否可以阻止 aria2c 这样做?手册里好像没找到这个选项
答案1
aria2c "${URL}" --follow-torrent=false
从aria2
的手册:
--follow-torrent=true|false|mem
- 如果指定true
或,则当下载后缀为或内容类型为的文件时,将其解析为文件并下载其中提到的文件。如果指定,文件不会写入磁盘,而只是保留在内存中。如果指定,则文件将下载到磁盘,但不会解析为 a并且不下载其内容。mem
.torrent
application/x-bittorrent
aria2
torrent
mem
torrent
false
.torrent
torrent
Default: true