-
Notifications
You must be signed in to change notification settings - Fork 296
/
rule.json
103 lines (101 loc) · 3.24 KB
/
rule.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"site": "monova",
"group": "//tr[@class='desktop ']",
"magnet": ".//td[1]/a/@href",
"name": ".//td[1]/a",
"size": ".//td[2]",
"count": ".//td[1]",
"source": "https://monova.org/search?term=XXX&cat=&sort=1&verified=0&page=PPP"
},
{
"site": "btdad",
"group": "//div[@class='ssbox']",
"magnet": ".//div[1]/h3/a/@href",
"name": ".//div[1]/h3/a",
"size": ".//div[2]/span[3]/b",
"count": ".//div[2]/span[4]",
"source": "http://www.btdad.best/search-XXX-0-0-PPP.html"
},
{
"site": "crsososo",
"group": "//article[@class='item']",
"magnet": ".//div/a/@href",
"name": ".//div/a/h4",
"size": ".//div/p[1]",
"count": ".//div/p[1]",
"source": "https://www.crsososo.xyz/search/XXX/page-PPP.html"
},
{
"site": "biliworld",
"group": "//div[@class='mnr-c']",
"magnet": ".//div/div/div/div[1]/div[2]/cite/a[3]",
"name": ".//div/div/div/div[1]/div[1]/h3/a",
"size": ".//div/div/div/div[2]/div/span",
"count": ".//div/div/div/div[2]/div/span",
"source": "https://biliworld.xyz/s/0/XXX/0/3/PPP/"
},
{
"site": "mag234",
"group": "//ul[@class='link-list']",
"magnet": ".//li/@data-magnet",
"name": ".//li/span[1]",
"size": ".//li/span[2]/span[1]",
"count": ".//li/span[2]/span[2]",
"source": "http://mag234.com/index/index/k/XXX/p/PPP"
},
{
"site": "cilibao",
"group": "//div[@class='search-item']",
"magnet": ".//div[1]/h3/a/@href",
"name": ".//div[1]/h3/a",
"size": ".//div[3]/span[3]/b",
"count": ".//div[3]/span[2]/b",
"source": "http://cilibao.biz/s/XXX_rel_PPP.html"
},
{
"site": "36dm",
"group": "//tr",
"magnet": ".//td[3]/a/@href",
"name": ".//td[3]/a",
"size": ".//td[4]",
"count": ".//td[4]",
"source": "https://www.36dm.club/search.php?keyword=XXX&page=PPP"
},
{
"site": "bthub",
"group": "//div[@class='search-item detail-width']",
"magnet": ".//div[1]/h3/a/@href",
"name": ".//div[1]/h3/a",
"size": ".//div[3]/span[1]/b",
"count": ".//div[3]/span[2]/b",
"source": "https://bthub.site/cn/search/kw-XXX-PPP.html"
},
{
"site": " Btdad.info",
"group": "//div[@class='ssbox']",
"magnet": "./div[2]/span[1]/a[1]/@href",
"name": "./div[1]/h3[1]/a[1]",
"size": "./div[2]/span[3]/b[1]",
"count": "./div[2]/span[4]/b[1]",
"source": "http://www.btdad.info/search-XXX-0-0-PPP.html"
},
{
"site": "MAG磁力站",
"group": "//ul[@class='link-list']",
"magnet": "./li/@data-magnet",
"name": "./li/span[1]",
"size": "./li/span[2]/span[1]",
"count": "./li/span[2]/span[2]",
"source": "http://f.cili001.com/index/index/k/XXX/p/PPP"
},
{
"site": "octopgo",
"group": "//div[@class='listitem']",
"magnet": ".//h2/a/@href",
"name": ".//h2/a",
"size": ".//div[2]/em[3]",
"count": ".//div[2]/em[2]",
"source": "https://bt.octopgo.com/s/XXX/p/PPP.html"
},
]