You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
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
6 months ago
..
__pyinstaller [build] Include secretstorage in Linux builds 7 months ago
compat Remove Python 3.7 support (#8361) 7 months ago
dependencies [rh:requests] Add handler for `requests` HTTP library (#3668) 8 months ago
downloader [rh:websockets] Migrate websockets to networking framework (#7720) 6 months ago
extractor [rh:websockets] Migrate websockets to networking framework (#7720) 6 months ago
networking [rh:websockets] Migrate websockets to networking framework (#7720) 6 months ago
postprocessor [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 8 months ago
utils [rh:websockets] Migrate websockets to networking framework (#7720) 6 months ago
YoutubeDL.py [rh:websockets] Migrate websockets to networking framework (#7720) 6 months ago
__init__.py Remove Python 3.7 support (#8361) 7 months ago
__main__.py [cleanup] Misc 2 years ago
aes.py [dependencies] Simplify `Cryptodome` 1 year ago
cache.py [cleanup] Misc 1 year ago
casefold.py Update to ytdl-commit-07af47 12 months ago
cookies.py [cookies] Containers JSON should be opened as utf-8 (#7800) 10 months ago
jsinterp.py Update to ytdl-commit-07af47 12 months ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2 years ago
options.py [core] Add `--compat-option manifest-filesize-approx` (#8356) 7 months ago
plugins.py [plugins] Don't look in `.egg` directories 1 year ago
socks.py [networking] Fix various socks proxy bugs (#8065) 9 months ago
update.py Remove Python 3.7 support (#8361) 7 months ago
version.py Release 2023.11.16 7 months ago
webvtt.py [webvtt] Handle premature EOF 2 years ago