-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path猎文网.json
44 lines (43 loc) · 3.39 KB
/
猎文网.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
[
{
"bookSourceComment": "https://celeter.github.io/SourceGo",
"bookSourceGroup": "精选",
"bookSourceName": "猎文网",
"bookSourceType": 0,
"bookSourceUrl": "https://www.liewen.la",
"bookUrlPattern": "",
"customOrder": 30,
"enabled": true,
"enabledExplore": true,
"lastUpdateTime": 1612777312849,
"ruleBookInfo": {
"author": "//*[@property='og:novel:author']/@content",
"coverUrl": "//*[@property='og:image']/@content",
"intro": "//*[@id='intro']/p[1]",
"kind": "//*[@property='og:novel:category']/@content",
"lastChapter": "//*[@property='og:novel:latest_chapter_name']/@content",
"name": "//*[@property='og:novel:book_name']/@content"
},
"ruleContent": {
"content": "//*[@id='content']"
},
"ruleExplore": {},
"ruleSearch": {
"author": "[email protected]@text",
"bookList": "class.result-item result-game-item",
"bookUrl": "[email protected]@href",
"coverUrl": "class.result-game-item-pic-link-img@src",
"intro": "class.result-game-item-desc@text",
"kind": "[email protected]@text",
"lastChapter": "class.result-game-item-info-tag-item@text",
"name": "[email protected]@text"
},
"ruleToc": {
"chapterList": "//*[@id='list']//dd/a",
"chapterName": "//text()",
"chapterUrl": "//@href"
},
"searchUrl": "https://www.liewen.la/search.php?q={{key}}",
"weight": [2,3,9,7,11,14,15,16,19,22,23,25]
}
]