-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPatreonConfig.json
More file actions
67 lines (60 loc) · 1.88 KB
/
PatreonConfig.json
File metadata and controls
67 lines (60 loc) · 1.88 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
{
"name": "Patreon",
"description": "Patreon is a subscription platform allowing creators to release membership only content.",
"author": "FUTO",
"authorUrl": "https://futo.org",
"platformUrl": "https://patreon.com",
"sourceUrl": "https://plugins.grayjay.app/Patreon/PatreonConfig.json",
"repositoryUrl": "https://gitlab.futo.org/videostreaming/plugins/patreon",
"scriptUrl": "./PatreonScript.js",
"version": 21,
"iconUrl": "./patreon_logo.png",
"id": "aac9e9f0-24b5-11ee-be56-0242ac120002",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http","DOMParser"],
"allowEval": false,
"allowUrls": [
"www.patreon.com",
"patreon.com"
],
"changelog": {
"18": [
"support podcast post types;",
"fix comments pagination;",
"fix channel details description, banner and thumbnail for some creators;"
],
"19": [
"fix playing content;"
],
"20": [
"Improvement: load content on home;",
"Improvement: support deep linking to audio and video content types;",
"Improvement: add captcha resolution support;"
],
"21": [
"Fix: adjust channel parsing;"
]
},
"settings": [
{
"variable": "hideUnpaidContent",
"name": "Hide unpaid content",
"description": "Hides content you do not have access for due to missing payment",
"type": "Boolean",
"default": "false"
}
],
"authentication": {
"userAgent": "Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.153 Mobile Safari/537.36",
"loginUrl": "https://www.patreon.com/login",
"cookiesToFind": ["session_id"],
"cookiesExclOthers": false
},
"captcha": {
"userAgent": "Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.153 Mobile Safari/537.36",
"captchaUrl": null,
"cookiesToFind": ["cf_clearance"]
},
"supportedClaimTypes": [12]
}