Skip to content

Covertness/node-torrent-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A torrent downloader utility based on aria2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published