1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 22:17:14 +08:00

do not test 'eta' in status

This commit is contained in:
xantares 2015-02-17 20:08:04 +01:00
parent 5be178bd1e
commit 6c5b7e5885

View File

@ -341,7 +341,6 @@ class F4mFD(FileDownloader):
toplevel_status['total_bytes'] = total_bytes
if 'speed' in status:
toplevel_status['speed'] = status['speed']
if 'eta' in status:
toplevel_status['eta'] = eta
self._hook_progress(toplevel_status)