aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/networking
AgeCommit message (Expand)AuthorFilesLines
12 days[networking] Fix handler not being added to RequestError (#10955)coletdjnz1-2/+2
2024-08-21[rh:websockets] Upgrade websockets to 13.0 (#10815)coletdjnz1-4/+1
2024-07-14[networking] Add `legacy_ssl` request extension (#10448)coletdjnz5-9/+23
2024-07-09[rh:curl_cffi] Support `curl_cffi` 0.7.Xcoletdjnz1-6/+21
2024-07-01[cleanup] Misc (#10075)bashonly1-1/+1
2024-06-29[cleanup] Bump ruff to 0.5.x (#10282)sepro1-3/+1
2024-06-12[cleanup] Add more ruff rules (#10149)sepro9-38/+40
2024-06-01[rh:requests] Bump minimum `requests` version to 2.32.2 (#10079)bashonly1-7/+2
2024-05-22[rh:requests] Patch support for `requests` 2.32.2+ (#9992)Simon Sawicki1-4/+16
2024-05-20[rh:requests] Update to `requests` 2.32.0 (#9980)coletdjnz1-3/+7
2024-05-18[test] Fix connect timeout test (#9906)coletdjnz1-1/+3
2024-05-11[test] Add HTTP proxy tests (#9578)coletdjnz1-2/+12
2024-05-04[networking] Add `extensions` attribute to `Response` (#9756)bashonly2-1/+15
2024-04-09[cleanup] Misc (#9426)bashonly1-1/+1
2024-04-08[networking] Respect `SSLKEYLOGFILE` environment variable (#9543)luiso19791-0/+4
2024-03-30[ie] Add extractor impersonate API (#9474)bashonly1-1/+2
2024-03-23[rh:websockets] Workaround race condition causing issues on PyPy (#9514)coletdjnz1-9/+23
2024-03-16[rh:curlcffi] Add support for `curl_cffi`coletdjnz6-11/+247
2024-03-16Add new options `--impersonate` and `--list-impersonate-targets`coletdjnz1-0/+141
2024-03-11[cleanup] Fix misc bugs (#8968)pukkandan1-1/+1
2024-03-11[docs] Misc Cleanup (#8977)pukkandan2-2/+2
2024-03-10Improve 069b2aedae2279668b6051627a81fc4fbd9c146aSimon Sawicki1-1/+1
2024-02-25Create `ydl._request_director` when neededpukkandan1-0/+1
2024-02-18[rh] Remove additional logging handlers on close (#9032)coletdjnz2-4/+15
2024-01-21[rh:requests] Apply `remove_dot_segments` to absolute redirect locationscoletdjnz1-0/+5
2024-01-20[networking] Remove `_CompatHTTPError` (#8871)coletdjnz1-115/+1
2023-12-30[cleanup] Misc (#8598)Simon Sawicki5-11/+18
2023-11-20[rh:websockets] Migrate websockets to networking framework (#7720)coletdjnz3-0/+190
2023-11-14[cleanup] Misc (#8510)Simon Sawicki1-1/+2
2023-10-15[rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` (Fix...Simon Sawicki2-7/+6
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz4-21/+433
2023-09-23[cleanup] Misc (#8182)bashonly3-4/+4
2023-09-18[networking] Fix various socks proxy bugs (#8065)coletdjnz2-43/+82
2023-09-17[core] Fix support for upcoming Python 3.12 (#8130)Simon Sawicki2-2/+2
2023-09-02Bugfix for 59e92b1f1833440bb2190f847eb735cf0f90bc85Simon Sawicki1-0/+2
2023-08-27[rh/urllib] Simplify gzip decoding (#7611)Simon Sawicki1-15/+3
2023-08-04[networking] Add request handler preference framework (#7603)coletdjnz1-4/+36
2023-07-30[cleanup] Miscpukkandan1-4/+5
2023-07-28[networking] Remove dot segments during URL normalization (#7662)coletdjnz2-6/+6
2023-07-27[networking] Ignore invalid proxies in env (#7704)coletdjnz1-3/+7
2023-07-23[networking] Add strict Request extension checking (#7604)coletdjnz2-17/+22
2023-07-22[cleanup] Misc fixespukkandan2-3/+3
2023-07-20[networking] Fix POST requests with zero-length payloads (#7648)bashonly2-2/+2
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz2-1/+27
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz5-63/+998
2023-07-15[networking] Add module (#2861)pukkandan4-0/+463