3.0.0 • Published 11 years ago

torrent-individual-piece-storage v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

torrent-individual-piece-storage

torrent-stream storage that stores each piece in individual files

npm install torrent-individual-piece-storage

Usage

var torrents = require('torrent-stream')
var engine = torrents('magnet:some-magnet-link', {
  storage: require('torrent-individual-piece-storage'),
  path: 'some-folder'
})

License

MIT

3.0.0

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago

1.0.0

11 years ago