gpt4 book ai didi

python - python libtorrent是否有其他选择?

转载 作者:行者123 更新时间:2023-12-01 05:40:08 26 4
gpt4 key购买 nike

import libtorrent as lt
ses = lt.session()
ses.listen_on(6881, 6891)

TorrentThreads = []
def addTorrentMagnet(MagnetUrl):
h = ses.add_torrent({'url': MagnetUrl, 'save_path': './', })
print 'starting', h.name()
print 'downloading metadata...'
while (not h.is_seed()):
s = h.status()
print s.state
print s.progress
time.sleep(1)
print h.name(), 'complete'
return ''


我正在尝试使用libtorrent下载torrent,但是代码有时可以正常工作。

它没有洪流或网络故障,因为相同洪流可以与传输一起工作。

s.status()始终为download_metadata

libtorrent是否有其他选择?

最佳答案

只需搜索Python软件包索引:https://pypi.python.org/pypi?%3aaction=search&term=torrent&submit=search,然后找到您需要的套件。

关于python - python libtorrent是否有其他选择?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17763275/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com