文件名称:metadata:一个infohash元数据收集器
文件大小:87KB
文件格式:ZIP
更新时间:2024-06-02 04:05:16
golang metadata torrent dht bep0005
元数据 一个高性能的torrents收集器。 安装 go get -u github.com/bttown/metadata 用法 func saveTorrentFile ( req metadata. Request , torrent metadata. Torrent ) { torrentName := fmt . Sprintf ( "%s.torrent" , torrent . Info . Name ) f , err := os . Create ( torrentName ) if err != nil { log . Println ( "fail to create torrent file" , err ) return } defer f . Close () f . Write ( torrent . Bytes ()) } func
【文件预览】:
metadata-master
----options.go(121B)
----.gitignore(275B)
----README.md(856B)
----request.go(3KB)
----protocol.go(4KB)
----examples()
--------sample()
----LICENSE(1KB)
----log.go(167B)
----torrent_test.go(167KB)
----collector.go(3KB)
----.travis.yml(129B)
----handler.go(174B)
----torrent.go(2KB)