Commit Graph
6 Commits
Author SHA1 Message Date
sepro add96eb9f8 [cleanup] Add more ruff rules (#10149)
Authored by: seproDev

Reviewed-by: bashonly <[email protected]>
Reviewed-by: Simon Sawicki <[email protected]>
2024-06-12 01:09:58 +02:00
coletdjnz e5d4f11104 [rh:websockets] Workaround race condition causing issues on PyPy (#9514)
Authored by: coletdjnz
2024-03-23 11:27:10 +13:00
52f5be1f1e [rh:curlcffi] Add support for curl_cffi
Authored by: coletdjnz, Grub4K, pukkandan, bashonly

Co-authored-by: Simon Sawicki <[email protected]>
Co-authored-by: pukkandan <[email protected]>
Co-authored-by: bashonly <[email protected]>
2024-03-16 23:15:11 -05:00
coletdjnz 0085e2bab8 [rh] Remove additional logging handlers on close (#9032)
Fixes https://github.com/yt-dlp/yt-dlp/issues/8922

Authored by: coletdjnz
2024-02-18 11:32:34 +13:00
f9fb3ce86e [cleanup] Misc (#8598)
Authored by: bashonly, pukkandan, seproDev, Grub4K

Co-authored-by: bashonly <[email protected]>
Co-authored-by: pukkandan <[email protected]>
Co-authored-by: sepro <[email protected]>
2023-12-30 22:27:36 +01:00
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