1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-12-21 08:56:52 +00:00
youtube-dl/youtube_dl
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
..
downloader
extractor [rai] Fix audio formats extraction (closes #14024) 2017-08-26 22:02:49 +07:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py
version.py release 2017.08.23 2017-08-23 23:23:13 +07:00
YoutubeDL.py