Fix the report progress when file_size is unknown (#1731)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 7 Nov 2013 07:03:35 +0000 (08:03 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 7 Nov 2013 07:03:35 +0000 (08:03 +0100)
commit4ac5306ae794d26400b7ae4513eb1be4f877403a
tree03df8cf40e363b113c6b6f7f801bbd1b3fcda03e
parentb1a80ec1a986219e3b04fb443a2622dacfba15f6
Fix the report progress when file_size is unknown (#1731)

The report_progress function will accept eta and percent with None value and will set the message to 'Unknow ETA' or 'Unknown %'.
Otherwise the values must be numbers.
youtube_dl/FileDownloader.py