【发布时间】:2018-11-18 23:42:33
【问题描述】:
我正在为 python 3.6 使用 libtorrent。我只想获取随会话下载的任何文件名,例如文件夹名称,文件名等。 我在网上搜索并没有发现任何东西。我正在使用以下示例:
https://www.libtorrent.org/python_binding.html
所以当下载进度完成时,我想知道这个会话下载了哪些文件。怎样才能做到这一点?提前致谢!
【问题讨论】:
标签: python file directory torrent libtorrent