标签: python
有没有办法在python中下载Torrent文件中的所有块或内容?
说我有一个包含内容的种子文件
song1.mp3 song2.mp3 song3.mp3
我将如何下载这些文件?
答案 0 :(得分:2)
您可以使用python客户端。
原始Bittorrent客户端的最新版本可通过Sourceforge获得:
http://sourceforge.net/p/bittorrent/code/
还有Bittornado作为纯粹的python客户端:
http://www.bittornado.com/