iina/plugin-online-media

45

stars

35

commits

TypeScript

primary language

Aug 19, 2026

updated

README

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

You may use the bundled iina-plugin binary to load or package the plugin.

This will create a symbolic link to the plugin in IINA's plugin directory and IINA will load the plugin in development mode:

iina-plugin link .

An iinaplgz file will be created in the current directory after running the pack command:

iina-plugin pack .

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

Contributors

lhc70000

24 commits

uiryuu

9 commits

moolex

1 commits

iina/plugin-online-media

45

stars

35

commits

TypeScript

primary language

Aug 19, 2026

updated

README

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

You may use the bundled iina-plugin binary to load or package the plugin.

This will create a symbolic link to the plugin in IINA's plugin directory and IINA will load the plugin in development mode:

iina-plugin link .

An iinaplgz file will be created in the current directory after running the pack command:

iina-plugin pack .

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

Contributors

lhc70000

24 commits

uiryuu

9 commits

moolex

1 commits

Languages

TypeScript

62.6%

HTML

23.6%

JavaScript

13.8%