-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathtempCustomRule.json
More file actions
42 lines (42 loc) · 1.23 KB
/
tempCustomRule.json
File metadata and controls
42 lines (42 loc) · 1.23 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
[
{
"siteName": "顶点new",
"baseUrl": "https://www.booktxt.net/",
"enable": true,
"siteClassify": "缓慢",
"ruleUpdateTime": "1580548851000",
"author": "zzzia",
"searchUrl": "https://search1.booktxt.net/modules/article/search.php",
"searchMethod": "GET",
"searchParam": "searchkey={keyword}",
"searchEncode": "gbk",
"searchBookList": "//*[@id=\"nr\"]",
"searchBookName": ".//td[1]/a/text()",
"searchBookUrl": ".//td[1]/a/@href",
"searchAuthor": ".//td[3]/text()",
"searchExtraRule": {
"imageUrl": "",
"bookSize": ".//td[4]/text()",
"lastUpdateTime": ".//td[5]/text()",
"lastChapterName": ".//td[2]/a/text()",
"introduce": "",
"classify": "",
"status": ""
},
"catalogChapterList": "//*[@id=\"list\"]/dl/dd",
"catalogChapterName": ".//a/text()",
"catalogChapterUrl": ".//a/@href",
"catalogExtraRule": {
"imageUrl": "//*[@id=\"fmimg\"]/img/@src",
"bookSize": "",
"lastUpdateTime": "",
"lastChapterName": "",
"introduce": "//*[@id=\"intro\"]/p/text()",
"classify": "",
"status": ""
},
"chapterLines": "//*[@id=\"content\"]/text()",
"chapterEncodeType": "gbk",
"cleaner": ""
}
]