aria2c "${URL}" --follow-torrent=false
De manual do aria2
:
--follow-torrent=true|false|mem
- Iftrue
ormem
is specified, when a file whose suffix is.torrent
or content type isapplication/x-bittorrent
is downloaded,aria2
parses it as atorrent
file and downloads files mentioned in it. Ifmem
is specified, atorrent
file is not written to the disk, but is just kept in memory. Iffalse
is specified, the.torrent
file is downloaded to the disk, but is not parsed as atorrent
and its contents are not downloaded.
Default: true