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

How can i know the torrent file created time ? #1099

Closed
catchstar opened this issue Apr 12, 2017 · 3 comments
Closed

How can i know the torrent file created time ? #1099

catchstar opened this issue Apr 12, 2017 · 3 comments

Comments

@catchstar
Copy link

@catchstar catchstar commented Apr 12, 2017

How can i know the torrent file created time? i can't find the created time information in torrent.

client.add(magnetURI, function (torrent) {
console.log(torrent) // none of created time information
});

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Apr 12, 2017

a magnet URI won't ever show the torrent's created time.

A torrent file will have .created property if the file contained the creation date, else it won't.

@catchstar

This comment has been minimized.

Copy link
Author

@catchstar catchstar commented Apr 12, 2017

got it. Thanks.

@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 3, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators May 3, 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
2 participants
You can’t perform that action at this time.