aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/http.py
Commit message (Expand)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-20/+21
* [networking] Rewrite architecture (#2861)coletdjnz2023-07-151-19/+5
* [downloader/http] Avoid infinite loop when no data is receivedpukkandan2023-07-061-5/+5
* Update to ytdl-commit-d1c6c5pukkandan2023-05-241-1/+2
* [core] Deprecate internal `Youtubedl-no-compression` header (#6876)coletdjnz2023-05-201-2/+2
* [utils] Don't use Content-length with encoding (#6176)Felix Yan2023-02-171-1/+6
* Standardize retry mechanism (#1649)pukkandan2022-08-021-15/+7
* [http] Ensure the file handle is always closedpukkandan2022-07-111-6/+12
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+1
* [compat] Remove more functionspukkandan2022-06-251-5/+6
* [cleanup] Miscpukkandan2022-05-211-9/+7
* [http] Fix bug in retrying on read timeout in py < 3.10coletdjnz2022-05-171-1/+8
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-3/+3
* [cleanup] Sort importspukkandan2022-04-121-8/+5
* [cleanup] Upgrade syntaxpukkandan2022-04-121-6/+6
* [http] Fix #3215pukkandan2022-04-051-1/+2
* [cleanup] Misc fixespukkandan2022-04-051-15/+5
* [utils] Add `try_call`pukkandan2022-03-311-3/+3
* [http] Reject broken range before request (#3079)Lesmiscore (Naoya Ozaki)2022-03-181-9/+16
* [downloader/http] Retry on more errors (#3065)coletdev2022-03-181-26/+14
* [downloader/fragment] Fix bugs around resuming with Range (#2901)Lesmiscore (Naoya Ozaki)2022-02-281-18/+30
* Add option `--file-access-retries` (#2066)Emanuel Hoogeveen2021-12-231-2/+1
* [http] Retry on socket timeoutpukkandan2021-10-191-3/+5
* [http] Show the last encountered errorpukkandan2021-10-141-0/+2
* [downloader] Fix throttledratelimitpukkandan2021-10-101-2/+3
* [cleanup] Misc cleanuppukkandan2021-10-091-2/+2
* [http] Respect user-provided chunk size over extractor'spukkandan2021-10-091-1/+2
* Basic framework for simultaneous download of multiple formats (#1036)The Hatsune Daishi2021-09-221-0/+2
* Revert erroneous use of the `Content-Length` header (#637)Felix S2021-08-111-1/+1
* [downloader] Pass `info_dict` to `progress_hook`spukkandan2021-07-221-3/+3
* Add option `--throttled-rate` below which video data is re-extractedpukkandan2021-06-231-0/+14
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+365