mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
parent
a64907d0ac
commit
d5a39f0bad
1 changed files with 2 additions and 0 deletions
|
@ -373,6 +373,8 @@ class HttpFD(FileDownloader):
|
|||
count += 1
|
||||
if count <= retries:
|
||||
self.report_retry(e.source_error, count, retries)
|
||||
else:
|
||||
self.to_screen(f'[download] Got server HTTP error: {e.source_error}')
|
||||
continue
|
||||
except NextFragment:
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue