-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Package name
yt-dlp
New version number
2025.11.12
Other information that may be useful
As per yt-dlp/yt-dlp#15012, yt-dlp now requires an external JavaScript runtime for YouTube support (but otherwise optional). A companion package yt-dlp-ejs is also needed for this. (See "Notes to package maintainers" in linked page.)
Of the supported JavaScript runtimes, it seems Node.js (v24) is the only one that has already been packaged by MSYS2. yt-dlp strongly recommends using Deno for security reasons; for Node.js, version 25 is strongly recommended also for security reasons.
To update yt-dlp, it seems the following will be needed:
- Package Deno (requested in Add mingw-w64-deno #20081)
- (or:) Update Node.js (no issue/PR yet)
- Package yt-dlp-ejs and a required dependency, or just include it in the same package?
- Make Deno or Node.js an optional dependency
Are you willing to submit a PR?
Eh... probably not