aldenml / libtorrent4j

libtorrent for java, a swig Java interface for libtorrent
http://libtorrent4j.org
Other
204 stars 31 forks source link

Support for BEP 53 - Select specific files indices for download. #249

Open LeandroGeorge opened 1 year ago

LeandroGeorge commented 1 year ago

How to download only the selected files following the format:

magnet:?xt=urn:btih:HASH&dn=NAME&tr=TRACKER&so=0,2,4,6-8

aldenml commented 11 months ago

Hi @LeandroGeorge, support for so=... param in magnet links is coming from libtorrent. If you use SessionManager#download it should work.