-
Notifications
You must be signed in to change notification settings - Fork 0
/
BitchuteConfig.json
96 lines (96 loc) · 2.65 KB
/
BitchuteConfig.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
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
88
89
90
91
92
93
94
95
96
{
"name": "Bitchute (Beta)",
"platformUrl": "https://bitchute.com",
"description": "BitChute is a video service that prioritizes creators and champions users' freedoms and privacy.",
"author": "Futo",
"authorUrl": "https://futo.org",
"sourceUrl": "https://plugins.grayjay.app/Bitchute/BitchuteConfig.json",
"scriptUrl": "./BitchuteScript.js",
"repositoryUrl": "https://futo.org",
"version": 6,
"iconUrl": "./BitchuteIcon.png",
"id": "e8b1ad5f-0c6d-497d-a5fa-0a785a16d902",
"scriptSignature": "",
"scriptPublicKey": "",
"maxDownloadParallelism": 1,
"packages": [
"Http",
"DOMParser"
],
"allowEval": false,
"allowAllHttpHeaderAccess": false,
"allowUrls": [
"bitchute.com",
"*.bitchute.com",
".bitchute.com"
],
"authentication": {
"loginUrl": "https://old.bitchute.com/accounts/login/?next=/subscriptions/",
"completionUrl": "https://old.bitchute.com/subscriptions/",
"cookiesToFind": [
"sessionid"
],
"userAgent": "Mozilla/5.0 (Linux; Android 12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.230 Mobile Safari/537.36"
},
"settings": [
{
"variable": "contentSensitivityIndex",
"name": "Content Sensitivity",
"description": "Set the content sensitivity level.",
"type": "Dropdown",
"default": "1",
"options": [
"Safe - (BBFC U)",
"Normal - (BBFC 12)",
"NSFW - Not Suitable For Work (BBFC 15)",
"NSFL - Not Suitable For Life (BBFC 18)"
]
},
{
"variable": "showLiveVideosOnHome",
"name": "Show Live Videos on Home",
"description": "Show live videos on the home page (may include recently finished lives).",
"type": "Boolean",
"default": "false"
},
{
"variable": "cacheChannelContent",
"name": "Cache Channel Content",
"description": "Cache channel content for faster loading.",
"type": "Boolean",
"default": "true"
},
{
"variable": "cacheChannelContentTimeToLiveIndex",
"name": "Cache Channel Content TTL",
"description": "Time to live for cached channel content (in minutes).",
"type": "Dropdown",
"default": "4",
"options": [
"1",
"2",
"3",
"5",
"10",
"15",
"20",
"30",
"60",
"120"
]
},
{
"variable": "RecommendedContentIndex",
"name": "Recommended Content",
"description": "Show recommended content on the video details.",
"type": "Dropdown",
"default": "0",
"options": [
"More from same channel",
"Related",
"For you",
"Recent Uploads"
]
}
]
}