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 upwebtorrent resolve but do not download - FR #1181
Comments
This comment has been minimized.
This comment has been minimized.
|
The only thing that you could get without actually downloading any data is the metadata of the torrent. Not the files, not the blob url. resolve is not in the API, so this is not a bug, is a feature request. |
This comment has been minimized.
This comment has been minimized.
|
Yes @DiegoRBaquero, that was a feature request. I am not referring that as a bug As a workaround to get torrent files I am doing this
|
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero Any updates on this FR? |
This comment has been minimized.
This comment has been minimized.
|
I don’t think that anyone is working on this
… On Nov 2, 2017, at 3:01 PM, Sibiraj ***@***.***> wrote:
@DiegoRBaquero Any updates on this FR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This comment has been minimized.
This comment has been minimized.
|
it will be nice to know what are the files that we are going to download. before start downloading. also, we can save that as a .torrent file |
This comment has been minimized.
This comment has been minimized.
|
can you not do that with the code you posted?
… On Nov 3, 2017, at 2:02 AM, Sibiraj ***@***.***> wrote:
it will be nice to know what are the files that we are going to download. before start downloading. also, we can save that as a .torrent file
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This comment has been minimized.
This comment has been minimized.
|
yeah, I have been doing that. But that is a cool feature to have. isn't it |
This comment has been minimized.
This comment has been minimized.
|
It'd be best to have it as another module built on top of the core lib. Feel free to publish your code as a standalone npm module. I'm gonna leave this open for anyone (or you) who wants to build it :) |
What version of WebTorrent? 0.98.19
What operating system and Node.js version? Windows, Node 8+
What did you expect to happen?
What actually happened?
this starts downloading file automatically
is there any method available to get torrent information including
feature to not start downloading files automatically will be nice. or am I missing something