I want get values from url-list from tracker-less torrent with just web seeds.
I writed this
TorrentFile torrent = Bencode.DecodeTorrentFile("tr.torrent");
BList urllist = (Blist)torrent["url-list"];
but this don't work because urllist is null. How to get url-list ?
Have you used the debugger to investigate what's in the torrent variable after you do the following? There's probably tons on data in there if you set a breakpoint on your second line... The debugger is your friend.
Also, do you mean the trackers?
Look here: https://github.com/Krusen/BencodeNET
you might just want what's in