X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Fhttp.py;h=4047d7167478b34c9cacc79dcbbfeee1bb31d317;hp=5e99827994d80107a0e63acdc6280970b91df5bc;hb=f28fe66970370b5df649aa457e52cf99f6a49905;hpb=123397317c9906bf53a23b6b426db0b08c70da32 diff --git a/youtube_dl/downloader/http.py b/youtube_dl/downloader/http.py index 5e9982799..4047d7167 100644 --- a/youtube_dl/downloader/http.py +++ b/youtube_dl/downloader/http.py @@ -92,6 +92,8 @@ class HttpFD(FileDownloader): self._hook_progress({ 'filename': filename, 'status': 'finished', + 'downloaded_bytes': resume_len, + 'total_bytes': resume_len, }) return True else: