forked from mantou568/pre-dessert-sites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zhuque_in.json
34 lines (34 loc) · 867 Bytes
/
zhuque_in.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
{
"id": "zhuque",
"name": "朱雀",
"domain": "https://zhuque.in/",
"encoding": "UTF-8",
"parser": "TNodeSpider",
"public": false,
"search": {
"paths": [
{
"path": "torrent/search",
"method": "chrome",
"params": {
"keyword": "//input[@id=\"form_item_keyword\"]",
"submit": "//form//button[@type=\"submit\"]"
}
}
]
},
"price": {
"RENDER": true,
"FREE": [
"//span[@class='text-download'][contains(text(),'0x')]"
],
"2XFREE": [
""
],
"HR": [],
"PEER_COUNT": [
"//div[@class='ant-form-item-control-input-content']/span[contains(text(),'正在做种: )]"
]
},
"system_type": "tnode"
}