Fix the minutes part in FileDownloader.format_seconds (fixed #1397)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 9 Sep 2013 08:38:54 +0000 (10:38 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 9 Sep 2013 08:38:54 +0000 (10:38 +0200)
commit061b2889a9a5a13c6c180932ea742975cdb02948
treeaddd365fc409e2feb4b6faa8bf2dbee34272d749
parent8963d9c2661b7de8832b7afcf1cdbc197275d8e3
Fix the minutes part in FileDownloader.format_seconds (fixed #1397)

It printed for the minutes the result of (seconds // 60)
youtube_dl/FileDownloader.py