Skip to content

v2.4 - yt-dlp Update

Latest

Choose a tag to compare

@294Ryan 294Ryan released this 12 Jul 05:46
· 2 commits to main since this release
e1e8719

中文 | English

音樂下載器 v2.4.0

修正

  • 更新yt-dlp版本,修正因YouTube端邏輯異動導致的下載失敗問題

新增

  • yt-dlp下載參數新增 javascript_runtimes: ['quickjs'],透過QuickJS引擎執行YouTube端的簽章解密,提升下載成功率
  • 新增相依套件 quickjsquickjs-ng

備註

  • 程式碼中新增一組預設關閉cookiesfrombrowser選項(已註解),可視需求啟用以支援瀏覽器cookie登入下載,非本版本預設行為
  • 完整功能說明與其他更多資訊,請查看 README.md。

musicDownloader v2.4.0

Fixed

  • 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-default cookiesfrombrowser 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.