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

@ -39,6 +39,10 @@ let config = {
trafficIgnoreDHT: false,
dbPath: '',
client: {
downloadPath: ''
}
}
const fs = require('fs');