youtube-dl/youtube_dl/downloader
Sergey M․ a3c3a1e128
[http] Rework HTTP downloader
* Simplify code and split into separate routines to facilitate maintaining
* Make retry mechanism work on errors during actual download not only during connection establishment phase
* Retry on ECONNRESET and ETIMEDOUT during reading data from network
* Retry on content too short and various timeout errors
* Show error description on retry
* Closes #506, closes #809, closes #2849, closes #4240, closes #6023, closes #8625, closes #9483
2017-08-27 02:22:30 +07:00
..
__init__.py
common.py [http] Rework HTTP downloader 2017-08-27 02:22:30 +07:00
dash.py Use relative paths for DASH fragments (closes #12990) 2017-08-05 07:40:29 +07:00
external.py
f4m.py
fragment.py
hls.py
http.py [http] Rework HTTP downloader 2017-08-27 02:22:30 +07:00
ism.py
rtmp.py
rtsp.py