-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNebulaConfig.json
More file actions
63 lines (63 loc) · 1.97 KB
/
NebulaConfig.json
File metadata and controls
63 lines (63 loc) · 1.97 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Nebula",
"description": "A subscription-based video platform, co-owned by Standard Broadcast LLC and various creators.",
"author": "FUTO",
"authorUrl": "https://futo.org",
"platformUrl": "https://nebula.tv",
"sourceUrl": "https://plugins.grayjay.app/Nebula/NebulaConfig.json",
"repositoryUrl": "https://gitlab.futo.org/videostreaming/plugins/nebula",
"scriptUrl": "./NebulaScript.js",
"version": 15,
"iconUrl": "./NebulaIcon.png",
"id": "9d703ff5-c556-4962-a990-4f000829cb87",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": [
"Http"
],
"allowEval": false,
"allowUrls": [
"nebula.tv",
"content.api.nebula.app",
"nebula.app",
"users.api.nebula.app",
"starlight.nebula.tv"
],
"authentication": {
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
"loginUrl": "https://nebula.tv/login",
"headersToFind": [
"Authorization"
],
"cookiesToFind": [
"nebula_auth.apiToken"
],
"completionUrl": "https://users.api.nebula.app/api/v1/authorization/"
},
"supportedClaimTypes": [
19
],
"subscriptionRateLimit": 15,
"settings": [
{
"variable": "nebulaActivity",
"name": "Provide Nebula Activity",
"description": "Tell Nebula what you played",
"type": "Boolean",
"default": "false"
}
],
"changelog": {
"15": [
"Fix: Missing audio in some downloads;"
],
"14": [
"Add support for content recommendations;",
"Fix channel links in the channel's About tab;",
"Use the channel's banner image or avatar as the thumbnail for channel playlists;"
],
"13": [
"Fix importing long watch later and saved episodes playlists"
]
}
}