Resolve metadata of a torrent from the hash (or the magnet link)? Ideally in python
Asked Answered
F

2

7

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

Friday answered 27/5, 2013 at 19:47 Comment(1)
Possibly related: #10251805Velamen
P
6
  1. libtorrent
  2. python bindings

You are welcome.

Peery answered 27/5, 2013 at 20:4 Comment(1)
This is the library used by Deluge, for example.Peery
T
2

Check out Magnet2Torrent, which uses python and python-libtorrent to download a torrent file for any magnet uri that it is given.

Tungusic answered 9/11, 2013 at 14:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.