-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRumbleConfig.json
More file actions
87 lines (82 loc) · 2.43 KB
/
RumbleConfig.json
File metadata and controls
87 lines (82 loc) · 2.43 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "Rumble",
"description": "A plugin that adds Rumble as a source",
"author": "FUTO",
"authorUrl": "https://futo.org",
"platformUrl": "https://rumble.com",
"sourceUrl": "https://plugins.grayjay.app/Rumble/RumbleConfig.json",
"repositoryUrl": "https://gitlab.futo.org/videostreaming/plugins/rumble",
"scriptUrl": "./RumbleScript.js",
"version": 58,
"iconUrl": "./rumble.png",
"id": "2ce7b35e-d2b2-4adb-a728-a34a30d30359",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http","DOMParser"],
"allowEval": false,
"allowUrls": [
"rumble.com",
"api.ipify.org"
],
"settings": [
{
"variable": "liveChatHeader",
"name": "Live Chat",
"description": "",
"type": "Header"
},
{
"variable": "liveChatHidePinnedMessage",
"name": "Hide Live Chat pinned message",
"description": "",
"type": "Boolean",
"default": "false"
},
{
"variable": "RNSCCookie",
"name": "RNSC Cookie",
"description": "For some regions it's required to send a cookie named RNSC with the value of the client's IP address. Rumble sets the coockie and redirects to the same page but grayjay's client does not add new cookies. This creates the too many requests error. Below you can choose how to handle this.",
"type": "Header"
},
{
"variable": "useIpifyForRNSC",
"name": "Use ipify.org",
"description": "Enable this option to use ipify.org to get the IP address to set RNSC Cookie.",
"type": "Boolean",
"default": "true"
}
],
"authentication": {
"loginUrl": "https://rumble.com/login.php",
"cookiesToFind": [ "u_s" ]
},
"supportedClaimTypes": [4],
"changelog": {
"52" : [
"Fix source list removing bad HLS sources"
],
"53": [
"Improvement: Add plugin setting to hide live chat pinned message;"
],
"54": [
"Improvement: Add channel description and links;",
"Improvement: Add recommended videos to video details;",
"Fix: Do not duplicate featured video to channel videos and subscriptions tab;",
"Fix: Fix Home content pagination;",
"Fix: Fix channel videos pagination;"
],
"55": [
"Fix: Home tab not loading in some regions;"
],
"56": [
"Change: Prevent 1081P from displaying as a source name instead of 1080P;"
],
"57": [
"Improvement: Add setting to toggle requests to api.ipify.org for setting the RNSC cookie required in some regions;",
"Improvement: Add support for embed URLs;"
],
"58": [
"Improvement: Add support for channel URLs;"
]
}
}