Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 454 Bytes

iina-plugin-ytdl

This package is largely a re-implementation of the mpv ytdl_hook.lua under IINA's plugin system, but with additional features.

Features

  • Maintain an up-to-date local copy of the yt-dlp binary
  • Switch video resolution on the fly
  • Download video files

Setup & Build

npm i
npm run build

Please check out the guide in the documentation for more information.