mirror of https://github.com/yt-dlp/yt-dlp.git
parent
a64907d0ac
commit
d5a39f0bad
|
@ -373,6 +373,8 @@ class HttpFD(FileDownloader):
|
||||||
count += 1
|
count += 1
|
||||||
if count <= retries:
|
if count <= retries:
|
||||||
self.report_retry(e.source_error, count, retries)
|
self.report_retry(e.source_error, count, retries)
|
||||||
|
else:
|
||||||
|
self.to_screen(f'[download] Got server HTTP error: {e.source_error}')
|
||||||
continue
|
continue
|
||||||
except NextFragment:
|
except NextFragment:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue