1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 01:49:30 +00:00
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.
2016-03-19 20:42:23 +06:00
..
__init__.py [download/external] move the check for multiple selected formats to get_suitable_downloader 2016-03-13 20:34:38 +01:00
common.py [jython] Introduce compat_os_name 2016-03-03 19:24:24 +08:00
dash.py [downloader/dash] Add fragment retry capability 2016-03-19 20:42:23 +06:00
external.py [external/downloader] fix rtmp downloading using FFmpegFD 2016-03-14 16:51:01 +01:00
f4m.py [downloader/f4m] Do not update fragment list while test 2016-01-30 19:43:25 +06:00
fragment.py [downloader/fragment] Add report_retry_fragment 2016-03-19 20:41:24 +06:00
hls.py [downloader/external] Add FFmpegFD(fixes #622) 2016-02-19 19:29:24 +01:00
http.py [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
rtmp.py [refactor] Do not specify redundant None as second argument in dict.get() 2016-02-14 14:25:04 +06:00
rtsp.py [downloader/rtsp] Add rtsp and mms downloader 2016-03-13 15:24:02 +01:00