yt-dlp/yt_dlp/networking
coletdjnz ccfd70f4c2
[rh:websockets] Migrate websockets to networking framework (#7720)
* Adds a basic WebSocket framework
* Introduces new minimum `websockets` version of 12.0
* Deprecates `WebSocketsWrapper`

Fixes https://github.com/yt-dlp/yt-dlp/issues/8439

Authored by: coletdjnz
2023-11-20 08:04:04 +00:00
..
__init__.py [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
_helper.py [rh:requests] Add handler for `requests` HTTP library (#3668) 2023-10-13 23:33:00 +00:00
_requests.py [cleanup] Misc (#8510) 2023-11-14 22:40:38 +01:00
_urllib.py [rh:requests] Add handler for `requests` HTTP library (#3668) 2023-10-13 23:33:00 +00:00
_websockets.py [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
common.py [networking] Add request handler preference framework (#7603) 2023-08-04 22:17:48 +00:00
exceptions.py [rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` (Fix 8a8b54523a) (#8348) 2023-10-15 10:54:38 +02:00
websocket.py [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00