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
2023-11-20 08:04:04 +00:00
..
__pyinstaller [build] Include secretstorage in Linux builds 2023-11-12 18:29:19 -06:00
compat Remove Python 3.7 support (#8361) 2023-11-16 18:39:00 +00:00
dependencies [rh:requests] Add handler for `requests` HTTP library (#3668) 2023-10-13 23:33:00 +00:00
downloader [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
extractor [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
networking [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
postprocessor [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 2023-09-24 02:29:01 +02:00
utils [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
YoutubeDL.py [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
__init__.py Remove Python 3.7 support (#8361) 2023-11-16 18:39:00 +00:00
__main__.py
aes.py
cache.py
casefold.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
cookies.py [cookies] Containers JSON should be opened as utf-8 (#7800) 2023-08-12 21:30:23 +00:00
jsinterp.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
minicurses.py
options.py [core] Add `--compat-option manifest-filesize-approx` (#8356) 2023-11-07 23:10:01 +00:00
plugins.py
socks.py [networking] Fix various socks proxy bugs (#8065) 2023-09-18 07:33:26 +00:00
update.py Remove Python 3.7 support (#8361) 2023-11-16 18:39:00 +00:00
version.py Release 2023.11.16 2023-11-16 00:01:38 +00:00
webvtt.py