有没有办法拉取python libtorrent模块的完整下载路径?
Is there a way to pull the complete download path of the python libtorrent module?
我试过使用
myvar = handle.save_path
但是当我尝试调用变量时,我得到 <bound method save_path of <libtorrent.torrent_handle object at 0x7f906d3e38d0>>
怎么调用torrent的完整保存路径?
我试过使用
myvar = handle.save_path
但是当我尝试调用变量时,我得到 <bound method save_path of <libtorrent.torrent_handle object at 0x7f906d3e38d0>>
怎么调用torrent的完整保存路径?