libtorrent4j icon indicating copy to clipboard operation
libtorrent4j copied to clipboard

fetchMagnet(String uri, int timeout, File tempDir) method can't save the torrent file

Open gongming21 opened this issue 2 weeks ago • 2 comments

byte[] data = s.fetchMagnet(uri, 30, file); TorrentInfo torrentInfo = new TorrentInfo(data);

the torrent can read something but i can't find the torrent in the file

i want to know it's my problem or the method problem a8a6f7be98c1f186c67c3318ba293b0f baeb67621fbd565fe06cc2389dffc875

gongming21 avatar Jun 19 '24 14:06 gongming21