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
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
7 years ago
..
downloader [http] Rework HTTP downloader 7 years ago
extractor [rai] Fix audio formats extraction (closes #14024) 7 years ago
postprocessor Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #13587) 7 years ago
YoutubeDL.py [YoutubeDL] Sanitize byte string format URLs (#13951) 7 years ago
__init__.py Introduce --keep-fragments 7 years ago
__main__.py
aes.py [aes] Add aes_cbc_encrypt 7 years ago
cache.py Use expand_path where appropriate (closes #12556) 7 years ago
compat.py [compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254) 7 years ago
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 7 years ago
options.py [options] Correctly hide login info from debug outputs (#13696) 7 years ago
socks.py [socks] Report errors elegantly when credentails are required but missing 7 years ago
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
update.py
utils.py [utils] Fix unescapeHTML for misformed string like "&a"" (#13935) 7 years ago
version.py release 2017.08.23 7 years ago