yt-dlp/youtube_dl/downloader
Sergey M․ e33baba0dd [downloader/dash] Add fragment retry capability
YouTube may often return 404 HTTP error for a fragment causing the
whole download to fail. However if the same fragment is immediately
retried with the same request data this usually succeeds (1-2 attemps
is usually enough) thus allowing to download the whole file successfully.
So, we will retry all fragments that fail with 404 HTTP error for now.
2016-03-19 20:42:23 +06:00
..
__init__.py
common.py
dash.py [downloader/dash] Add fragment retry capability 2016-03-19 20:42:23 +06:00
external.py
f4m.py
fragment.py [downloader/fragment] Add report_retry_fragment 2016-03-19 20:41:24 +06:00
hls.py
http.py
rtmp.py
rtsp.py