更新部分站点个别信息获取规则

This commit is contained in:
ngfchl
2022-09-25 21:36:25 +08:00
parent b5d708368e
commit 480d60bfb1

View File

@@ -1036,7 +1036,7 @@
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//tr[15]/td[2]/text()",
"my_level_rule": "//tr/td/span/span/a/@class",
"my_hr_rule": "//table/tr[14]/td[2]/text()",
"my_hr_rule": "//a[@href=\"myhr.php\"]/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"arrowup\"]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
@@ -1711,7 +1711,7 @@
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//a[contains(@href,\"blackjack.php\")]/following-sibling::text()[1]",
"my_level_rule": "//table[@id=\"info_block\"]//span[@class=\"nowrap\"][1]/a[contains(@class,\"_Name\")]/@class",
"my_hr_rule": "//a[@href=\"myhr.php\"]/text()",
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
@@ -1936,7 +1936,7 @@
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@class",
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
"my_hr_rule": "//a[@href=\"myhr.php\"]/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",