/torrent_reader

读取torrent格式

Primary LanguagePython

torrent_reader

读取torrent文件

将torrent内容转换成字典,列表,整数,字符串格式(通常为字典格式)

文件内容规范来自:http://www.bittorrent.org/beps/bep_0003.html

试例代码在example.py中

(以后可能更新js和php版,看我啥时候不懒了再加)