小编use*_*033的帖子

如何使用libtorrent for python来获取info_hash

from libtorrent as lt
info = lt.torrent_info(open('example.torrent','rb').read())
info.info_hash()
Run Code Online (Sandbox Code Playgroud)

这不会得到哈希,而是得到了对象 <libtorrent.big_number object at ...... >

我该怎么办?

python libtorrent

4
推荐指数
1
解决办法
2642
查看次数

标签 统计

libtorrent ×1

python ×1