-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
80 lines (79 loc) · 2.82 KB
/
config.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
{
"_common": {
"selector": [
]
},
"sit_config": {
"https://www.bilibili.com/": {
"css_selector": [
".floor-single-card",
".bili-live-card",
".recommended-swipe"
],
"filter": {
".bili-video-card": {
".bili-video-card__info--tit": {
"leaf_node": true,
"rules": [
{
"attribute": "title",
"type": "regexp",
"value_set": [
"niko",
"donk",
"zywoo",
"cs",
"csgo",
"major",
"TGA",
"黑神话",
"《",
"》",
"【",
"】",
"?",
"?",
"!",
"!",
"。",
" "
]
}
]
},
".bili-video-card__info--author": {
"leaf_node": true,
"rules": [
{
"attribute": "title",
"type": "regexp",
"value_set": [
"cs2",
"csgo"
]
}
]
},
".bili-video-card__info--owner": {
"leaf_node": true,
"rules": [
{
"attribute": "href",
"type": "function",
"function": "bilibili_mid_match",
"value_set": [
"520819684",
"28626598",
"6336952",
"456664753",
"480810988",
"286737038"
]
}
]
}
}
}
}
}
}