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.
youtube-dl/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.
8 years ago
..
__init__.py [download/external] move the check for multiple selected formats to get_suitable_downloader 8 years ago
common.py [jython] Introduce compat_os_name 8 years ago
dash.py [downloader/dash] Add fragment retry capability 8 years ago
external.py [external/downloader] fix rtmp downloading using FFmpegFD 8 years ago
f4m.py [downloader/f4m] Do not update fragment list while test 8 years ago
fragment.py [downloader/fragment] Add report_retry_fragment 8 years ago
hls.py [downloader/external] Add FFmpegFD(fixes #622) 8 years ago
http.py [refactor] Single quotes consistency 8 years ago
rtmp.py [refactor] Do not specify redundant None as second argument in dict.get() 8 years ago
rtsp.py [downloader/rtsp] Add rtsp and mms downloader 8 years ago