-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKickConfig.json
More file actions
85 lines (81 loc) · 2.53 KB
/
KickConfig.json
File metadata and controls
85 lines (81 loc) · 2.53 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
{
"name": "Kick (Beta)",
"description": "A live streaming platform, backed by Stake.com.",
"author": "FUTO",
"authorUrl": "https://futo.org",
"platformUrl": "https://kick.com",
"sourceUrl": "https://plugins.grayjay.app/Kick/KickConfig.json",
"repositoryUrl": "https://gitlab.futo.org/videostreaming/plugins/kick",
"scriptUrl": "./KickScript.js",
"version": 21,
"iconUrl": "./kick.png",
"id": "4a78c2ff-c20f-43ac-8f75-34515df1d320",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http"],
"packagesOptional": ["HttpImp"],
"allowEval": false,
"allowUrls": [
"kick.com",
"search.kick.com",
"web.kick.com"
],
"authentication": {
"userAgent": "Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.200 Mobile Safari/537.36",
"loginUrl": "https://kick.com",
"headersToFind": ["Authorization"],
"cookiesToFind": ["session_token"],
"loginButton": "nav button:last-child",
"completionUrl": "https://kick.com/broadcasting/auth"
},
"authenticationDesktop": {
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
"loginUrl": "https://kick.com",
"headersToFind": ["Authorization"],
"cookiesToFind": ["session_token"],
"loginButton": "nav button:last-child",
"completionUrl": "https://kick.com/broadcasting/auth",
"useMobileEmulation": false
},
"captcha": {
"userAgent": "Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.200 Mobile Safari/537.36",
"captchaUrl": null,
"cookiesToFind": [
"cf_clearance"
]
},
"supportedClaimTypes": [16],
"changelog": {
"21": [
"Fix: duration while casting;"
],
"20": [
"Fix: check for optional package;"
],
"19": [
"Fix: desktop authentication;",
"Fix: importing user subscriptions;",
"Improvement: retry all requests at least 3 times;"
],
"18": [
"Improvement: When playing livestreams show featured streams as recommendations. Otherwise show previous streams from the channel;"
],
"17": [
"Improvement: Add content recommendations;",
"Fix: Error playing some livestreams;",
"Fix: Livestream title;",
"Fix: Safer username extraction from URLs;",
"Fix: Proper URL generation while sharing previous streamed videos;",
"Fix: Deeplinking previous streammed videos from Kick's website;"
],
"16":[
"Improvement: Add social links;"
],
"15": [
"Improvement: Use live chat popout;"
],
"14": [
"Improvement: Add captcha support;"
]
}
}