diff --git a/yt_dlp/downloader/http.py b/yt_dlp/downloader/http.py index 9c6dd8b79..dfe86d159 100644 --- a/yt_dlp/downloader/http.py +++ b/yt_dlp/downloader/http.py @@ -300,7 +300,7 @@ def retry(e): if ctx.data_len is None: eta = None else: - eta = self.calc_eta(start, time.time(), ctx.data_len - ctx.resume_len, byte_counter - ctx.resume_len) + eta = self.calc_eta(ctx.start_time, time.time(), ctx.data_len, byte_counter) self._hook_progress({ 'status': 'downloading',