1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-31 12:01:36 +00:00

[ie/youtube] Update ejs to 0.3.1 (#14933)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki
2025-11-07 22:47:40 +01:00
committed by GitHub
parent 7af6d81f35
commit 8636a9bac3
3 changed files with 5 additions and 5 deletions

View File

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