Program to download .torrent file from a Magnet URI

bittorrent

I have a Torrent app running on my home server that has an outdated but pretty useful web interface. The one problem is that it doesn't take magnet links, only .torrent files. I'd like to continue using this and not have to bother with finding a different program.

Given that magnet links are just a pointer to download the torrent file from the swarm, I'm hoping there's a program out there that will take a magnet link and spit out a .torrent only. I know I could put it into µTorrent and grab the file from the app's directory, but that's a bit roundabout, and I'd like something that will do it semi-unattented. Preferably for OS X, but Linux (or a web app) would work too.

Best Answer

In order to do this, you would pretty much have to do it the roundabout way. A magnet link downloads the .torrent file by torrenting it from the peers, as you've said, so you would basically need a torrenting app to get this done. This could be avoided if there is a site that runs the magnet, downloads the torrent and then hosts it for downloading, but I don't know of any such site.