-
Notifications
You must be signed in to change notification settings - Fork 3
/
Info.json
29 lines (29 loc) · 885 Bytes
/
Info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "Online Media",
"identifier": "io.iina.ytdl",
"version": "1.0.0",
"ghRepo": "iina/plugin-online-media",
"ghVersion": 2,
"description": "Official plugin for playing online media via yt-dlp / youtube-dl. The built-in youtube-dl support will be disabled when this plugin is enabled.",
"author": {
"name": "IINA Developers",
"email": "[email protected]",
"url": "https://iina.io"
},
"entry": "dist/index.js",
"globalEntry": "dist/global.js",
"permissions": ["show-osd", "file-system", "network-request"],
"allowedDomains": ["github.com"],
"preferencesPage": "pref.html",
"preferenceDefaults": {
"ytdl_path": "",
"excluded_urls": "",
"try_ytdl_first": false,
"use_manifests": false,
"raw_options": "",
"video_quality": "best",
"max_video_height": 1080,
"custom_ytdl_format": "",
"ytdl_format": ""
}
}