You are not logged in.
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