Aria2
停止 aria2c 解析種子文件
當我使用 aria2c 下載一個 torrent 文件時,它總是嘗試解析它並添加一個 torrent 任務,但我想要的只是獲取該文件。
是否可以阻止 aria2c 這樣做?我似乎沒有在手冊中找到選項
aria2c "${URL}" --follow-torrent=false
來自
aria2
的手冊:
--follow-torrent=true|false|mem
- 如果指定true
or ,則下載mem
後綴為.torrent
或內容類型的文件時,將其解析為文件並下載其中提到的文件。如果指定,文件不會寫入磁碟,而只是保存在記憶體中。如果指定,則將文件下載到磁碟,但不解析為 a並且不下載其內容。application/x-bittorrent``aria2``torrent``mem``torrent``false``.torrent``torrent
Default: true