mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
修复kame用户等级获取
This commit is contained in:
4
pt.json
4
pt.json
@@ -4112,7 +4112,7 @@
|
||||
"pk": 59,
|
||||
"fields": {
|
||||
"created_at": "2022-09-14T08:33:16.574",
|
||||
"updated_at": "2022-12-21T10:17:00.341",
|
||||
"updated_at": "2022-12-21T11:23:59.956",
|
||||
"url": "https://kamept.com/",
|
||||
"name": "KamePT",
|
||||
"logo": "https://kamept.com/favicon.ico",
|
||||
@@ -4173,7 +4173,7 @@
|
||||
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
|
||||
"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": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=1\")]/@class",
|
||||
"my_level_rule": "//span/span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=1\")]/@class",
|
||||
"my_passkey_rule": "//td[contains(text(),\"密钥\")]/following-sibling::td[1]/text()",
|
||||
"my_uid_rule": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
|
||||
"my_hr_rule": "//tr[14]/td[2]/a/text()",
|
||||
|
||||
@@ -3954,7 +3954,7 @@
|
||||
{
|
||||
"id": 59,
|
||||
"created_at": "2022-09-14 08:33:16.574000",
|
||||
"updated_at": "2022-12-21 10:17:00.341625",
|
||||
"updated_at": "2022-12-21 11:23:59.956387",
|
||||
"name": "KamePT",
|
||||
"url": "https://kamept.com/",
|
||||
"logo": "https://kamept.com/favicon.ico",
|
||||
@@ -4013,7 +4013,7 @@
|
||||
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
|
||||
"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": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=1\")]/@class",
|
||||
"my_level_rule": "//span/span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=1\")]/@class",
|
||||
"my_hr_rule": "//tr[14]/td[2]/a/text()",
|
||||
"leech_rule": "//img[@class=\"arrowdown\"]/following-sibling::text()[1]",
|
||||
"seed_rule": "//img[@class=\"arrowup\"]/following-sibling::text()[1]",
|
||||
|
||||
Reference in New Issue
Block a user