aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/networking/_requests.py
AgeCommit message (Collapse)Author
2025-03-16[networking] Always add unsupported suffix on version mismatch (#12626)Simon Sawicki
Authored by: Grub4K
2025-03-03[networking] Add `keep_header_casing` extension (#11652)Simon Sawicki
Authored by: coletdjnz, Grub4K Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
2024-07-14[networking] Add `legacy_ssl` request extension (#10448)coletdjnz
Supported by Urllib, Requests and Websockets request handlers. Ignored by CurlCFFI. Also added couple cookie-related tests. Authored by: coletdjnz
2024-06-29[cleanup] Bump ruff to 0.5.x (#10282)sepro
Authored by: seproDev
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-01[rh:requests] Bump minimum `requests` version to 2.32.2 (#10079)bashonly
Closes #10078 Authored by: bashonly
2024-05-22[rh:requests] Patch support for `requests` 2.32.2+ (#9992)Simon Sawicki
Authored by: Grub4K
2024-05-20[rh:requests] Update to `requests` 2.32.0 (#9980)coletdjnz
Authored by: coletdjnz
2024-03-16[rh:curlcffi] Add support for `curl_cffi`coletdjnz
Authored by: coletdjnz, Grub4K, pukkandan, bashonly Co-authored-by: Simon Sawicki <contact@grub4k.xyz> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: bashonly <bashonly@protonmail.com>
2024-03-11[cleanup] Fix misc bugs (#8968)pukkandan
Closes #8816 Authored by: bashonly, seproDev, pukkandan, Grub4k
2024-02-18[rh] Remove additional logging handlers on close (#9032)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/8922 Authored by: coletdjnz
2024-01-21[rh:requests] Apply `remove_dot_segments` to absolute redirect locationscoletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/9020 Authored by: coletdjnz
2023-12-30[cleanup] Misc (#8598)Simon Sawicki
Authored by: bashonly, pukkandan, seproDev, Grub4K Co-authored-by: bashonly <bashonly@protonmail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2023-11-14[cleanup] Misc (#8510)Simon Sawicki
Authored by: bashonly, coletdjnz, dirkf, gamer191, seproDev, Grub4K
2023-10-15[rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` ↵Simon Sawicki
(Fix 8a8b54523addf46dfd50ef599761a81bc22362e6) (#8348) Authored by: bashonly, coletdjnz, Grub4K
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz
Adds support for HTTPS proxies and persistent connections (keep-alive) Closes https://github.com/yt-dlp/yt-dlp/issues/1890 Resolves https://github.com/yt-dlp/yt-dlp/issues/4070 Resolves https://github.com/ytdl-org/youtube-dl/issues/32549 Resolves https://github.com/ytdl-org/youtube-dl/issues/14523 Resolves https://github.com/ytdl-org/youtube-dl/issues/13734 Authored by: coletdjnz, Grub4K, bashonly