You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated yt-dlp to fix download failures caused by changes on YouTube's end
Added
Added javascript_runtimes: ['quickjs'] to yt-dlp download options, using the QuickJS engine to handle YouTube's signature decryption and improve download success rate
Added dependencies quickjs and quickjs-ng
Notes
A disabled-by-defaultcookiesfrombrowser option (commented out) was added to the code, available for browser-cookie-based login downloads if needed — not enabled by default in this release
For full feature details and more infos, see README.md.