-
Notifications
You must be signed in to change notification settings - Fork 0
/
hk.json
42 lines (42 loc) · 960 Bytes
/
hk.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
{
"SectionPage": {
"test": "doc.Css(\"#main .linked-pages-container\").Exists",
"pageLinks":{
"articles": "#main .linked-pages-container li a"
},
"properties": {
"title": "innertext:.entry-title",
"intro": "innertext:.ingress"
}
},
"TOCPage": {
"test": "doc.Css(\"body.page-parent\").Exists",
"pageLinks": {
"articles": ".main ul > li a"
},
"properties": {
"title": "innertext:.entry-title"
}
},
"ContentListPage":{
"test": "doc.Css(\".collapsible-data\").Exists",
"properties": {
"header": "innertext:.entry-title",
"intro": "innertext:.ingress p",
"content": "innerhtml:.collapsible-data"
},
"pageLinks": {
"programs": "div.wrapper > div.content ul li a"
}
},
"ArticlePage": {
"test": "doc.Css(\"article[role='article']\").Exists",
"pageLinks":{
"subpages": ".entry-content a"
},
"properties": {
"title": "innertext:.entry-title",
"content": "innerhtml:.entry-content"
}
}
}