I'm trying to take a magnet link (ie. magnet:?xt=urn:btih:640FE84C613C17F663551D218689A64E8AEBEABE
) and fetch the metadata for it (title, files, comment, whatever else comes with a .torrent file). Ideally in python, but I'll take any info I can get
Asked
Active
Viewed 4,067 times
6

Finn
- 364
- 5
- 10
-
Possibly related: http://stackoverflow.com/questions/10251305/torrent-info-and-magnet-links-in-libtorrent-python-bindings – Aya May 27 '13 at 19:52
2 Answers
6
You are welcome.
2
Check out Magnet2Torrent, which uses python and python-libtorrent to download a torrent file for any magnet uri that it is given.

localhost
- 1,253
- 4
- 18
- 29