Closed mgrigajtis closed 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.
nice!
i made some edits and published as v1.2.1
Adds an estimated time remaining to console log. The algorithm goes something like this: (TimeTaken / bytesDownloaded) * bytesLeft = timeLeft
It seems to work pretty well.