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 updownload from torent file #1566
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Did you get any errors? Is this on the browser? Node.js? |
This comment has been minimized.
This comment has been minimized.
client.add('file.torrent', {path: './download'}, function (torrent) {
torrent.files.forEach(function (file) {
console.log(file.path);
});
}); |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey. I have a torrent file.
How can I start downloading data on this file and where will I save the data and can I know whether to specify the path to where it will be saved.
I tried it like
this but nothing happens