You are not logged in.

#1 2023-03-27 07:20:25

meezoarch
Member
Registered: 2022-12-01
Posts: 42

Save magnet link into a torrent file with a custom name using aria2

I want to convert a magnet link into a torrent file and save it with a custom name (e.g. output.torrent). I tried the below command;

 aria2c --bt-metadata-only=true --bt-save-metadata=true -d ~/Downloads -o output.torrent <magnet-link> 

The torrent file is still created with the default random name by aria2 and not named as output.torrent.
N.B. This is part of a script I am writing for myself.

Offline

Board footer

Powered by FluxBB