coletdjnz
|
c01179b581
|
cleanup
|
2024-05-18 13:54:01 +12:00 |
|
coletdjnz
|
101d9f53b4
|
always use WebSocketsSSLTransport if available
this ensures it is used for both sockets in TLS-in-TLS
|
2024-05-18 13:46:55 +12:00 |
|
coletdjnz
|
3350bdeb87
|
refactoring and add http erro test
|
2024-05-18 12:23:22 +12:00 |
|
coletdjnz
|
0efd83b31a
|
patch SSLTransport to return b'' instead of 0 as EOF
Websockets only treats b'' as EOF
|
2024-05-18 11:41:36 +12:00 |
|
coletdjnz
|
0d520bc008
|
misc fixes
|
2024-05-03 17:09:26 +12:00 |
|
coletdjnz
|
8ea52ec344
|
Update yt_dlp/networking/_websockets.py
|
2024-05-03 17:04:33 +12:00 |
|
coletdjnz
|
833862cfbc
|
misc cleanup
|
2024-04-06 15:50:48 +13:00 |
|
coletdjnz
|
01fe8e8fa6
|
Handle urllib3 not being available
|
2024-04-06 15:40:29 +13:00 |
|
coletdjnz
|
3999a510f7
|
Working websockets HTTP/S proxy
|
2024-04-06 15:14:59 +13:00 |
|
coletdjnz
|
39a45d48f9
|
somewhat working implementation
|
2024-03-31 22:04:21 +13:00 |
|
coletdjnz
|
e5d4f11104
|
[rh:websockets] Workaround race condition causing issues on PyPy (#9514)
Authored by: coletdjnz
|
2024-03-23 11:27:10 +13:00 |
|
coletdjnz
|
52f5be1f1e
|
[rh:curlcffi] Add support for curl_cffi
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-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 |
|
Simon Sawicki
|
f9fb3ce86e
|
[cleanup] Misc (#8598)
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-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 |
|