1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-02-26 18:29:49 +00:00

[ie/youtube] Update ejs to 0.4.0 (#15747)

Authored by: bashonly
This commit is contained in:
bashonly
2026-01-29 10:47:00 -06:00
committed by GitHub
parent a65349443b
commit 88b35ff911
5 changed files with 88 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ default = [
"requests>=2.32.2,<3",
"urllib3>=2.0.2,<3",
"websockets>=13.0",
"yt-dlp-ejs==0.3.2",
"yt-dlp-ejs==0.4.0",
]
curl-cffi = [
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.15; implementation_name=='cpython'",