How to download torrent specific files in python code?

45 Views Asked by At

In my system I usually use command line aria2c like this

$ aria2c my_torrent_file.torrent -S
$ aria2c my_torrent_file.torrent --select-file=1,4-8,10

How can I do the same with aria2p in my python code?

0

There are 0 best solutions below