diff options
| -rw-r--r-- | youtube_dl/downloader/http.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/downloader/http.py b/youtube_dl/downloader/http.py index 748f9f3ad..240ecb606 100644 --- a/youtube_dl/downloader/http.py +++ b/youtube_dl/downloader/http.py @@ -85,6 +85,7 @@ class HttpFD(FileDownloader):                          else:                              # The length does not match, we start the download over                              self.report_unable_to_resume() +                            resume_len = 0                              open_mode = 'wb'                              break              # Retry  | 
