mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
支持iptorrents,由于站点限制,无时魔与做种体积
This commit is contained in:
22
pt.json
22
pt.json
@@ -2611,7 +2611,7 @@
|
||||
"pk": 40,
|
||||
"fields": {
|
||||
"created_at": "2022-08-14T09:14:51.194",
|
||||
"updated_at": "2022-11-23T10:10:43.026",
|
||||
"updated_at": "2022-11-24T09:43:44.601",
|
||||
"url": "https://iptorrents.com/",
|
||||
"name": "ipt",
|
||||
"logo": "https://iptorrents.com/favicon.ico",
|
||||
@@ -2629,7 +2629,7 @@
|
||||
"page_search": "torrents.php?search={}",
|
||||
"page_leeching": "getusertorrentlistajax.php?userid={}&type=leeching",
|
||||
"page_uploaded": "getusertorrentlistajax.php?userid={}&type=uploaded",
|
||||
"page_seeding": "getusertorrentlistajax.php?userid={}&type=seeding",
|
||||
"page_seeding": "peers?u={}",
|
||||
"page_completed": "getusertorrentlistajax.php?userid={}&type=completed",
|
||||
"page_mybonus": "mybonus.php",
|
||||
"page_viewfilelist": "viewfilelist.php?id={}",
|
||||
@@ -2666,18 +2666,18 @@
|
||||
"invitation_rule": "//a[@href=\"/invite.php\" and @ class=\"tTipWrap\"]/text()",
|
||||
"time_join_rule": "//tr[2]/td/span[@class=\"elapsedDate\"]/@title",
|
||||
"latest_active_rule": "//tr[3]/td/span[@class=\"elapsedDate\"]/@title",
|
||||
"uploaded_rule": "//tr[7]/td",
|
||||
"downloaded_rule": "//tr[8]/td",
|
||||
"ratio_rule": "//tr[8]/td[2]/table/tr/td[1]/font/text()",
|
||||
"my_sp_rule": "//font[@id=\"totalBP\"]/text()",
|
||||
"uploaded_rule": "//div[contains(text(),\"Uploaded\")]/following-sibling::text()",
|
||||
"downloaded_rule": "//div[contains(text(),\"Downloaded\")]/following-sibling::text()",
|
||||
"ratio_rule": "//span[@class=\"c_ratio tTipWrap\"]/text()",
|
||||
"my_sp_rule": "//a[@href=\"/mybonus.php\"]/text()",
|
||||
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
|
||||
"my_bonus_rule": "//tr[15]/td[2]/text()",
|
||||
"my_level_rule": "//tr[12]/td",
|
||||
"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_level_rule": "//th[contains(text(),\"Class\")]/following-sibling::td/text()",
|
||||
"my_passkey_rule": "//th[contains(text(),\"Passkey\")]/following-sibling::td/text()",
|
||||
"my_uid_rule": "//a[@class=\"tTipWrap uname\"]/@href",
|
||||
"my_hr_rule": "//tr[14]/td[2]/a/text()",
|
||||
"leech_rule": "//tr[20]/td/a/text()",
|
||||
"seed_rule": "//tr[19]/td/a/text()",
|
||||
"leech_rule": "//i[@class=\"fa fa-angle-double-down ico red\"]/following-sibling::text()[1]",
|
||||
"seed_rule": "//i[@class=\"fa fa-angle-double-up ico grn\"]/following-sibling::text()[1]",
|
||||
"record_count_rule": "/html/body/b/text()",
|
||||
"seed_vol_rule": "//tr/td[3]",
|
||||
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
|
||||
|
||||
@@ -2510,7 +2510,7 @@
|
||||
{
|
||||
"id": 40,
|
||||
"created_at": "2022-08-14 09:14:51.194000",
|
||||
"updated_at": "2022-11-23 10:10:43.026444",
|
||||
"updated_at": "2022-11-24 09:43:44.601006",
|
||||
"name": "ipt",
|
||||
"url": "https://iptorrents.com/",
|
||||
"logo": "https://iptorrents.com/favicon.ico",
|
||||
@@ -2526,7 +2526,7 @@
|
||||
"page_search": "torrents.php?search={}",
|
||||
"page_leeching": "getusertorrentlistajax.php?userid={}&type=leeching",
|
||||
"page_uploaded": "getusertorrentlistajax.php?userid={}&type=uploaded",
|
||||
"page_seeding": "getusertorrentlistajax.php?userid={}&type=seeding",
|
||||
"page_seeding": "peers?u={}",
|
||||
"page_completed": "getusertorrentlistajax.php?userid={}&type=completed",
|
||||
"page_mybonus": "mybonus.php",
|
||||
"page_viewfilelist": "viewfilelist.php?id={}",
|
||||
@@ -2563,23 +2563,23 @@
|
||||
"invitation_rule": "//a[@href=\"/invite.php\" and @ class=\"tTipWrap\"]/text()",
|
||||
"time_join_rule": "//tr[2]/td/span[@class=\"elapsedDate\"]/@title",
|
||||
"latest_active_rule": "//tr[3]/td/span[@class=\"elapsedDate\"]/@title",
|
||||
"uploaded_rule": "//tr[7]/td",
|
||||
"downloaded_rule": "//tr[8]/td",
|
||||
"ratio_rule": "//tr[8]/td[2]/table/tr/td[1]/font/text()",
|
||||
"my_sp_rule": "//font[@id=\"totalBP\"]/text()",
|
||||
"uploaded_rule": "//div[contains(text(),\"Uploaded\")]/following-sibling::text()",
|
||||
"downloaded_rule": "//div[contains(text(),\"Downloaded\")]/following-sibling::text()",
|
||||
"ratio_rule": "//span[@class=\"c_ratio tTipWrap\"]/text()",
|
||||
"my_sp_rule": "//a[@href=\"/mybonus.php\"]/text()",
|
||||
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
|
||||
"my_bonus_rule": "//tr[15]/td[2]/text()",
|
||||
"my_level_rule": "//tr[12]/td",
|
||||
"my_level_rule": "//th[contains(text(),\"Class\")]/following-sibling::td/text()",
|
||||
"my_hr_rule": "//tr[14]/td[2]/a/text()",
|
||||
"leech_rule": "//tr[20]/td/a/text()",
|
||||
"seed_rule": "//tr[19]/td/a/text()",
|
||||
"leech_rule": "//i[@class=\"fa fa-angle-double-down ico red\"]/following-sibling::text()[1]",
|
||||
"seed_rule": "//i[@class=\"fa fa-angle-double-up ico grn\"]/following-sibling::text()[1]",
|
||||
"record_count_rule": "/html/body/b/text()",
|
||||
"seed_vol_rule": "//tr/td[3]",
|
||||
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
|
||||
"hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()",
|
||||
"notice_rule": "//a[@href=\"index.php\"]/font[contains(text(),\"条\")]/text()[1]",
|
||||
"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_passkey_rule": "//th[contains(text(),\"Passkey\")]/following-sibling::td/text()",
|
||||
"my_uid_rule": "//a[@class=\"tTipWrap uname\"]/@href",
|
||||
"page_control_panel": "usercp.php",
|
||||
"tracker": "iptorrents.com"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user