https://github.com/iina/plugin-online-media
https://github.com/iina/plugin-online-media
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iina/plugin-online-media
- Owner: iina
- Created: 2021-12-08T03:40:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-31T22:33:44.000Z (4 months ago)
- Last Synced: 2025-06-01T09:44:05.651Z (4 months ago)
- Language: TypeScript
- Size: 386 KB
- Stars: 19
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```sh
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:
```sh
iina-plugin link .
```An `iinaplgz` file will be created in the current directory after running the `pack` command:
```sh
iina-plugin pack .
```Please check out the [guide in the documentation](https://docs.iina.io/pages/creating-plugins.html) for more information.