aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/networking
AgeCommit message (Expand)Author
2025-04-18[networking] Add PATCH request shortcut (#12884)doe1080
2025-03-23[rh:curl_cffi] Support `curl_cffi` 0.10.x (#12670)Simon Sawicki
2025-03-16[networking] Always add unsupported suffix on version mismatch (#12626)Simon Sawicki
2025-03-03[networking] Add `keep_header_casing` extension (#11652)Simon Sawicki
2024-09-27[cleanup] Misc (#10807)bashonly
2024-09-25[networking] Pin `curl-cffi` version to < 0.7.2 (#11092)bashonly
2024-09-08[networking] Fix handler not being added to RequestError (#10955)coletdjnz
2024-08-21[rh:websockets] Upgrade websockets to 13.0 (#10815)coletdjnz
2024-07-14[networking] Add `legacy_ssl` request extension (#10448)coletdjnz
2024-07-09[rh:curl_cffi] Support `curl_cffi` 0.7.Xcoletdjnz
2024-07-01[cleanup] Misc (#10075)bashonly
2024-06-29[cleanup] Bump ruff to 0.5.x (#10282)sepro
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
2024-06-01[rh:requests] Bump minimum `requests` version to 2.32.2 (#10079)bashonly
2024-05-22[rh:requests] Patch support for `requests` 2.32.2+ (#9992)Simon Sawicki
2024-05-20[rh:requests] Update to `requests` 2.32.0 (#9980)coletdjnz
2024-05-18[test] Fix connect timeout test (#9906)coletdjnz
2024-05-11[test] Add HTTP proxy tests (#9578)coletdjnz
2024-05-04[networking] Add `extensions` attribute to `Response` (#9756)bashonly
2024-04-09[cleanup] Misc (#9426)bashonly
2024-04-08[networking] Respect `SSLKEYLOGFILE` environment variable (#9543)luiso1979
2024-03-30[ie] Add extractor impersonate API (#9474)bashonly
2024-03-23[rh:websockets] Workaround race condition causing issues on PyPy (#9514)coletdjnz
2024-03-16[rh:curlcffi] Add support for `curl_cffi`coletdjnz
2024-03-16Add new options `--impersonate` and `--list-impersonate-targets`coletdjnz
2024-03-11[cleanup] Fix misc bugs (#8968)pukkandan
2024-03-11[docs] Misc Cleanup (#8977)pukkandan
2024-03-10Improve 069b2aedae2279668b6051627a81fc4fbd9c146aSimon Sawicki
2024-02-25Create `ydl._request_director` when neededpukkandan
2024-02-18[rh] Remove additional logging handlers on close (#9032)coletdjnz
2024-01-21[rh:requests] Apply `remove_dot_segments` to absolute redirect locationscoletdjnz
2024-01-20[networking] Remove `_CompatHTTPError` (#8871)coletdjnz
2023-12-30[cleanup] Misc (#8598)Simon Sawicki
2023-11-20[rh:websockets] Migrate websockets to networking framework (#7720)coletdjnz
2023-11-14[cleanup] Misc (#8510)Simon Sawicki
2023-10-15[rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` (Fix...Simon Sawicki
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz
2023-09-23[cleanup] Misc (#8182)bashonly
2023-09-18[networking] Fix various socks proxy bugs (#8065)coletdjnz
2023-09-17[core] Fix support for upcoming Python 3.12 (#8130)Simon Sawicki
2023-09-02Bugfix for 59e92b1f1833440bb2190f847eb735cf0f90bc85Simon Sawicki
2023-08-27[rh/urllib] Simplify gzip decoding (#7611)Simon Sawicki
2023-08-04[networking] Add request handler preference framework (#7603)coletdjnz
2023-07-30[cleanup] Miscpukkandan
2023-07-28[networking] Remove dot segments during URL normalization (#7662)coletdjnz
2023-07-27[networking] Ignore invalid proxies in env (#7704)coletdjnz
2023-07-23[networking] Add strict Request extension checking (#7604)coletdjnz
2023-07-22[cleanup] Misc fixespukkandan
2023-07-20[networking] Fix POST requests with zero-length payloads (#7648)bashonly
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz