aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/downloader/http.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-7/+7
2024-03-10[fd/http] Reset resume length to handle `FileNotFoundError` (#8399)Peter Hosey1-2/+7
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz1-20/+21
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz1-19/+5
2023-07-06[downloader/http] Avoid infinite loop when no data is receivedpukkandan1-5/+5
2023-05-24Update to ytdl-commit-d1c6c5pukkandan1-1/+2
2023-05-20[core] Deprecate internal `Youtubedl-no-compression` header (#6876)coletdjnz1-2/+2
2023-02-17[utils] Don't use Content-length with encoding (#6176)Felix Yan1-1/+6
2022-08-02Standardize retry mechanism (#1649)pukkandan1-15/+7
2022-07-11[http] Ensure the file handle is always closedpukkandan1-6/+12
2022-06-25[cleanup] Consistent style for file headspukkandan1-1/+1
2022-06-25[compat] Remove more functionspukkandan1-5/+6
2022-05-21[cleanup] Miscpukkandan1-9/+7
2022-05-17[http] Fix bug in retrying on read timeout in py < 3.10coletdjnz1-1/+8
2022-05-09[cleanup] Minor fixes (See desc)pukkandan1-3/+3
2022-04-12[cleanup] Sort importspukkandan1-8/+5
2022-04-12[cleanup] Upgrade syntaxpukkandan1-6/+6
2022-04-05[http] Fix #3215pukkandan1-1/+2
2022-04-05[cleanup] Misc fixespukkandan1-15/+5
2022-03-31[utils] Add `try_call`pukkandan1-3/+3
2022-03-18[http] Reject broken range before request (#3079)Lesmiscore (Naoya Ozaki)1-9/+16
2022-03-18[downloader/http] Retry on more errors (#3065)coletdev1-26/+14
2022-02-28[downloader/fragment] Fix bugs around resuming with Range (#2901)Lesmiscore (Naoya Ozaki)1-18/+30
2021-12-23Add option `--file-access-retries` (#2066)Emanuel Hoogeveen1-2/+1
2021-10-19[http] Retry on socket timeoutpukkandan1-3/+5
2021-10-14[http] Show the last encountered errorpukkandan1-0/+2
2021-10-10[downloader] Fix throttledratelimitpukkandan1-2/+3
2021-10-09[cleanup] Misc cleanuppukkandan1-2/+2
2021-10-09[http] Respect user-provided chunk size over extractor'spukkandan1-1/+2
2021-09-22Basic framework for simultaneous download of multiple formats (#1036)The Hatsune Daishi1-0/+2
2021-08-11Revert erroneous use of the `Content-Length` header (#637)Felix S1-1/+1
2021-07-22[downloader] Pass `info_dict` to `progress_hook`spukkandan1-3/+3
2021-06-23Add option `--throttled-rate` below which video data is re-extractedpukkandan1-0/+14
2021-02-25Completely change project name to yt-dlp (#85)Pccode661-0/+365