torrent-downloader

0.1.1 • Public • Published

node-torrent-downloader

A torrent downloader utility based on aria2.

API

downloader = new Downloader()

Create a new downloader instance.

downloader.open()

Start the downloader.

torrentId = await downloader.addTorrent(torrentBin, options)

Add a torrent.

torrent = await downloader.getTorrent(torrentId)

Get a torrent(refreshed).

torrent.status

The torrent status.

torrent.files

The torrent selected files.

Readme

Keywords

Package Sidebar

Install

npm i torrent-downloader

Weekly Downloads

6

Version

0.1.1

License

MIT

Unpacked Size

48.2 kB

Total Files

11

Last publish

Collaborators

  • covertness