Krusen / BencodeNET

.NET library for encoding/decoding bencode and reading/writing torrent files
The Unlicense
152 stars 28 forks source link

Support to handle magnet links #21

Closed BoKKeR closed 7 years ago

BoKKeR commented 7 years ago

would be nice to have a method that would allow us to get filesize, name, hash from a magnet link. Magnet handling in general. or maybe magent to torrent would be enough as for torrents there are already methods.

Krusen commented 7 years ago

Magnet links don't contain that information. You have to connect to a DHT network to get those informations and that is outside the scope of this library.