feat(download): basic torrent download support

This commit is contained in:
Alexey Kasyanchuk
2018-02-08 03:44:57 +03:00
parent 0e46df3dbc
commit 765177d89d
5 changed files with 93 additions and 5 deletions

View File

@ -0,0 +1,3 @@
const WebTorrent = require('webtorrent')
let torrentClient = new WebTorrent({webSeeds: false})
module.exports = torrentClient