max-mapper / torrent

download torrents with node from the CLI
https://www.npmjs.org/package/torrent
633 stars 78 forks source link

Adds estimated time remaining to console log #19

Closed mgrigajtis closed 10 years ago

mgrigajtis commented 10 years ago

Adds an estimated time remaining to console log. The algorithm goes something like this: (TimeTaken / bytesDownloaded) * bytesLeft = timeLeft

It seems to work pretty well.

max-mapper commented 10 years ago

nice!

max-mapper commented 10 years ago

i made some edits and published as v1.2.1