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 ?