Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウェブシードだけで、トラッカーのない torrent から url-list から値を取得したい。
私はこれを書きました
TorrentFile torrent = Bencode.DecodeTorrentFile("tr.torrent"); BList urllist = (Blist)torrent["url-list"];
しかし、urllist が null であるため、これは機能しません。url-list を取得するには?