Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSave to api #156
Closed
Save to api #156
Comments
This comment has been minimized.
This comment has been minimized.
|
This is officially supported in webtorrent 0.30.0. Just do this: var WebTorrent = require('webtorrent')
var client = new WebTorrent()
client.add('magnet: ...', { path: '/download/folder' }, function (torrent) {
}) |
This comment has been minimized.
This comment has been minimized.
|
Awesome thanks so much! |
feross
added a commit
to webtorrent/webtorrent-cli
that referenced
this issue
Mar 11, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be awsome to have a save to api for node webkit apps!
eg: { path: 'C:/superamazing.avi' }