mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-06 05:52:50 -05:00
[downloader] Fix baa6c5e
: show ETA of http download as ETA instead of total d/l time
This commit is contained in:
@ -96,7 +96,7 @@ class FileDownloader(object):
|
||||
return None
|
||||
return int(float(remaining) / rate)
|
||||
start, now = (start_or_rate, now_or_remaining)
|
||||
total, current = args
|
||||
total, current = args[:2]
|
||||
if total is None:
|
||||
return None
|
||||
if now is None:
|
||||
|
Reference in New Issue
Block a user