forked from Nandaka/PixivUtil2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent_provider.json
40 lines (40 loc) · 1.16 KB
/
content_provider.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
{
"embedConfig": {
"twitter": {
"serviceProvider": "twitter",
"keys": ["contentId"],
"format": "<a href='https://twitter.com/_/status/{0}'>twitter post: {0}</a>",
"ignore": false
},
"youtube": {
"serviceProvider": "youtube",
"keys": ["contentId", "videoId"],
"format": "<a href='https://www.youtube.com/watch?v={0}'>youtube post: {0}</a>",
"ignore": false
},
"fanbox": {
"serviceProvider": "fanbox",
"keys": ["contentId"],
"format": "<a href='https://www.pixiv.net/fanbox/{0}'>fanbox post: {0}</a>",
"ignore": false
},
"vimeo": {
"serviceProvider": "vimeo",
"keys": ["contentId", "videoId"],
"format": "<a href='https://vimeo.com/{0}'>vimeo post: {0}</a>",
"ignore": false
},
"google_forms": {
"serviceProvider": "google_forms",
"keys": ["contentId"],
"format": "<a href='https://docs.google.com/forms/d/e/{0}/viewform?usp=sf_link'>Google Form: {0}</a>",
"ignore": false
},
"soundcloud": {
"serviceProvider": "soundcloud",
"keys": ["videoId"],
"format": "<a href='https://soundcloud.com/{0}'>soundcloud post: {0}</a>",
"ignore": false
}
}
}