mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[downloader/http] Report unable to resume
This commit is contained in:
parent
c3124c3085
commit
10eaa8ef1d
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ def real_download(self, filename, info_dict):
|
|||
if content_range_m and resume_len == int(content_range_m.group(1)):
|
||||
break
|
||||
# Content-Range is invalid - wipe the file and do entire redownload
|
||||
self.report_unable_to_resume()
|
||||
resume_len = 0
|
||||
open_mode = 'wb'
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue