mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
更新阿童木规则
This commit is contained in:
@@ -52,16 +52,16 @@
|
||||
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
|
||||
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
|
||||
"remark": "",
|
||||
"invitation_rule": "//table/tr[2]/td[2]/a/text()",
|
||||
"time_join_rule": "//table/tr[3]/td[2]/span/@title",
|
||||
"latest_active_rule": "//table/tr[4]/td[2]/span/@title",
|
||||
"uploaded_rule": "//tr[8]/td[2]/table/tr[2]/td[1]/text()",
|
||||
"downloaded_rule": "//tr[8]/td[2]//table/tr[2]/td[2]/text()",
|
||||
"ratio_rule": "//tr[8]/td[2]/table/tr/td[1]/font/text()",
|
||||
"my_sp_rule": "//tr[14]/td[2]/text()",
|
||||
"invitation_rule": "//a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]",
|
||||
"time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td[1]//span/@title",
|
||||
"latest_active_rule": "//td[contains(text(),\"最近\")]/following-sibling::td[1]//span/@title",
|
||||
"uploaded_rule": "//font[@class=\"color_uploaded\"]/following-sibling::text()[1]",
|
||||
"downloaded_rule": "//font[@class=\"color_downloaded\"]/following-sibling::text()[1]",
|
||||
"ratio_rule": "//font[@class=\"color_ratio\"][1]/following-sibling::text()[1]",
|
||||
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
|
||||
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
|
||||
"my_bonus_rule": "//tr[15]/td[2]/text()",
|
||||
"my_hr_rule": "//table/tr[114]/td[2]/text()",
|
||||
"my_bonus_rule": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
|
||||
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
|
||||
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
|
||||
"seed_rule": "/html/body/b/text()",
|
||||
"record_count_rule": "/html/body/b/text()",
|
||||
|
||||
18
pt.json
18
pt.json
@@ -261,19 +261,19 @@
|
||||
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
|
||||
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
|
||||
"remark": "",
|
||||
"invitation_rule": "//table/tr[2]/td[2]/a/text()",
|
||||
"time_join_rule": "//table/tr[3]/td[2]/span/@title",
|
||||
"latest_active_rule": "//table/tr[4]/td[2]/span/@title",
|
||||
"uploaded_rule": "//tr[8]/td[2]/table/tr[2]/td[1]/text()",
|
||||
"downloaded_rule": "//tr[8]/td[2]//table/tr[2]/td[2]/text()",
|
||||
"ratio_rule": "//tr[8]/td[2]/table/tr/td[1]/font/text()",
|
||||
"my_sp_rule": "//tr[14]/td[2]/text()",
|
||||
"invitation_rule": "//a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]",
|
||||
"time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td[1]//span/@title",
|
||||
"latest_active_rule": "//td[contains(text(),\"最近\")]/following-sibling::td[1]//span/@title",
|
||||
"uploaded_rule": "//font[@class=\"color_uploaded\"]/following-sibling::text()[1]",
|
||||
"downloaded_rule": "//font[@class=\"color_downloaded\"]/following-sibling::text()[1]",
|
||||
"ratio_rule": "//font[@class=\"color_ratio\"][1]/following-sibling::text()[1]",
|
||||
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
|
||||
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
|
||||
"my_bonus_rule": "//tr[15]/td[2]/text()",
|
||||
"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_passkey_rule": "//td[contains(text(),\"密钥\")]/following-sibling::td[1]/text()",
|
||||
"my_uid_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
|
||||
"my_hr_rule": "//table/tr[114]/td[2]/text()",
|
||||
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
|
||||
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
|
||||
"seed_rule": "/html/body/b/text()",
|
||||
"record_count_rule": "/html/body/b/text()",
|
||||
|
||||
Reference in New Issue
Block a user