snail icon indicating copy to clipboard operation
snail copied to clipboard

基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。

Results 5 snail issues
Sort by recently updated
recently updated
newest added

[公告]1.17.1建议交流

公告

只下载空的文件,文件列表的文件下载下来都是0kb final String torrentPath = ""; final Snail snail = Snail.SnailBuilder.newBuilder() .enableTorrent() .buildSync(); // 注册文件选择事件 GuiContext.register(new MultifileEventAdapter()); // 解析种子文件 final Torrent torrent = loadTorrent(torrentPath); // 过滤下载文件 final List list =...

[公告]2.17.0建议交流

公告

Android可以使用此库吗? ed2k://格式是否考虑支持?

建议