You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
__init__.py [download/external] move the check for multiple selected formats to get_suitable_downloader 9 years ago
common.py [jython] Introduce compat_os_name 9 years ago
dash.py [downloader/dash] Add fragment retry capability 9 years ago
external.py [external/downloader] fix rtmp downloading using FFmpegFD 9 years ago
f4m.py [downloader/f4m] Do not update fragment list while test 9 years ago
fragment.py [downloader/fragment] Add report_retry_fragment 9 years ago
hls.py [downloader/external] Add FFmpegFD(fixes #622) 9 years ago
http.py [refactor] Single quotes consistency 9 years ago
rtmp.py [refactor] Do not specify redundant None as second argument in dict.get() 9 years ago
rtsp.py [downloader/rtsp] Add rtsp and mms downloader 9 years ago