Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save to api #156

Closed
ghost opened this issue Oct 20, 2014 · 2 comments
Closed

Save to api #156

ghost opened this issue Oct 20, 2014 · 2 comments

Comments

@ghost
Copy link

@ghost ghost commented Oct 20, 2014

Would be awsome to have a save to api for node webkit apps!

eg: { path: 'C:/superamazing.avi' }

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Mar 20, 2015

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) {
})
@feross feross closed this in c254fda Mar 20, 2015
@ghost

This comment has been minimized.

Copy link
Author

@ghost ghost commented Mar 20, 2015

Awesome thanks so much!

feross added a commit to webtorrent/webtorrent-cli that referenced this issue Mar 11, 2016
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.