torrentmeta:节点的 torrent 文件抽象

时间:2024-07-06 04:41:53
【文件属性】:

文件名称:torrentmeta:节点的 torrent 文件抽象

文件大小:186KB

文件格式:ZIP

更新时间:2024-07-06 04:41:53

JavaScript

#torrentmeta 一个 nodejs 种子文件抽象模块。 安装: npm install torrentmeta 用法 // import var TorrentMeta = require ( 'torrentmeta' ) ; // parse var torrent = TorrentMeta . parse ( buffer ) ; // more oop like var torrent = new TorrentMeta ( buffer ) ; // already decoded? var torrent = new TorrentMeta ( decoded ) ; 谢谢 Made @


【文件预览】:
torrentmeta-master
----.gitignore(535B)
----package.json(660B)
----LICENSE(1KB)
----index.js(84B)
----README.md(447B)
----lib()
--------TorrentFile.js(3KB)
--------MetaInfo.js(4KB)
--------FileInfo.js(2KB)
--------Loader.js(2KB)
----test()
--------multifile.torrent(162KB)
--------FileInfo.test.js(1KB)
--------MetaInfo.test.js(2KB)
--------test.torrent(27KB)

网友评论