문제

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

도움이 되었습니까?

해결책

  1. libtorrent
  2. python bindings

You are welcome.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top