Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
bug: ETA misreported when time exceeds 0:59:59 #1397
Comments
|
Thanks for the report!, it's fixed in the repo. |
|
Thank you! |
ETA misreported when time exceeds 0:59:59
current code reports ETA like:
(please note ETA reads as 2hr, 165min, 11sec)
...in FileDownloader.py...
...instead of "mins" (from line 68)
...and as a matter of coding style (no offense intended)... I probably would have written the code's variables (in lines 68 & 69) as:
...that way, lines 73 & 75 can remain pure and elegant with mins being consistent in the return (as I suspect you intended).
### Obligatory version info:
youtube-dl "ytsearch:allen toussaint documentary"
(but I noticed this a week or two ago, i.e. previous versions)
I habitually update youtube-dl any time I use it, because you are so vigilant about keeping it up-to-date. All it takes is "#sudo youtube-dl -U" and I'm good to go. (thanks, BTW)
Python 2.6.5 on Ubuntu
Ubuntu: 10.04 LTS (Lucid Lynx) kernel 2.6.32-41-generic on i686
MacOS X: 10.8.4 (Mountain Lion) kernel 12.4.0 Darwin
### THANK YOU FOR ALL YOUR HARD WORK ON THIS NEVER ENDING PROJECT!!!
Sincerely,
jwaved