1. 更新部分站点规则

This commit is contained in:
ngfchl
2022-09-03 12:57:10 +08:00
parent 96c71df417
commit fb52f97ce3

View File

@@ -2305,42 +2305,42 @@
"sp_full": 0,
"limit_speed": 100,
"torrents_rule": "//table[@class=\"torrents\"]/tr",
"name_rule": ".//td[@class=\"embedded\"]/a/b/text()",
"name_rule": ".//td[@class=\"embedded\"]/a/b//text()",
"detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href",
"category_rule": ".//td[@class=\"rowfollow nowrap\"]/a/img/@title",
"category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@title",
"poster_rule": ".//table/tr/td[1]/img/@src",
"magnet_url_rule": ".//a[contains(@href,\"download\")]/@href",
"download_url_rule": ".//a[contains(@href,\"download.php?id=\") and contains(@href,\"passkey\")]/@href",
"magnet_url_rule": ".//a[contains(@href,\"download.php?id=\")]/@href",
"download_url_rule": ".//a[contains(@href,\"download.php?downhash=\")]/@href",
"size_rule": ".//td[5]/text()",
"hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title",
"sale_rule": ".//table/tr/td/img[contains(@class,\"pro_\")]/@alt",
"sale_expire_rule": ".//table/tr/td/font/span/@title",
"sale_rule": ".//img[contains(@class,\"pro_\")]/@alt",
"sale_expire_rule": ".//img[contains(@class,\"pro_\")]/following::span[1]/@title",
"release_rule": ".//td[4]/span/@title",
"seeders_rule": ".//td[6]/b/a/text()",
"leechers_rule": ".//td[7]/b/a/text()",
"completers_rule": ".//td[8]/a/b/text()",
"seeders_rule": ".//a[contains(@href,\"#seeders\")]/text()",
"leechers_rule": ".//a[contains(@href,\"#leechers\")]/text()",
"completers_rule": ".//a[contains(@href,\"viewsnatches.php?id=\")]//text()",
"viewfilelist_rule": ".//td/text()",
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
"viewpeerlist_rule": ".//tr/td[8]/nobr/text()",
"peer_speed_rule": ".//b[contains(text(),\"下载者\")]/parent::font/following-sibling::table[2]/tr/td[6]/nobr/text()",
"remark": "",
"invitation_rule": "//td[@class=\"embedded\"]/table/tr[2]/td[2]/a/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": "//tr[7]/td[2]/table/tr[2]/td[1]/text()",
"downloaded_rule": "//tr[7]/td[2]/table/tr[2]/td[2]/text()",
"ratio_rule": "//tr[7]/td[2]/table/tr[1]/td[1]/font/text()",
"my_sp_rule": "//td[@class=\"embedded\"]/table/tr[13]/td[2]/text()",
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//td[@class=\"embedded\"]/table/tr[14]/td[2]/text()",
"my_level_rule": "//tr/td/span/span/a/@class",
"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": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//span[@class=\"medium\"]/span[@class=\"nowrap\"][1]/a[contains(@class,\"_Name\")]/@class",
"my_hr_rule": "//*[@id=\"outer\"]/table/tbody/tr/td/table/tbody/tr[14]/td[2]/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()",
"seed_vol_rule": "//tr/td[4]",
"mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]",
"hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()",
"title_rule": ".//tr/td[@class=\"embedded\"][1]/text()"
"hash_rule": "//td[@class=\"no_border_wide\"]/b[contains(text(),\"Hash 码\")]/following::text()[1]",
"title_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/following::text()[1]"
},
{
"id": 37,
@@ -2465,16 +2465,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[7]/td[2]/table/tr[2]/td[1]/text()",
"downloaded_rule": "//tr[7]/td[2]//table/tr[2]/td[2]/text()",
"ratio_rule": "//tr[7]/td[2]/table/tr/td[1]/font/text()",
"my_sp_rule": "//tr[14]/td[2]/text()",
"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",
"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": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//span[@class=\"medium\"]/span[@class=\"nowrap\"][1]/a[contains(@class,\"_Name\")]/@class\n",
"my_hr_rule": "//table/tr[114]/td[2]/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
@@ -2984,7 +2984,7 @@
{
"id": 46,
"created_at": "2022-08-26 20:53:50.259439",
"updated_at": "2022-09-01 20:22:48.245612",
"updated_at": "2022-09-03 12:23:21.329527",
"name": "TTG",
"url": "https://totheglory.im/",
"logo": "http://favicon.ico",
@@ -3014,43 +3014,43 @@
"hr_time": 10,
"sp_full": 0,
"limit_speed": 100,
"torrents_rule": "//table[@class=\"torrents\"]/tr",
"name_rule": ".//td[@class=\"embedded\"]/a/b/text()",
"detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href",
"category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@class",
"torrents_rule": "//form[@id=\"delform\"]/table/tbody/tr",
"name_rule": ".//div[@class=\"name_left\"]/a/b//text()",
"detail_url_rule": ".//div[@class=\"name_left\"]/a[contains(@href,\"/t/\")]/@href",
"category_rule": ".//td[1]/a[1]/img/@alt",
"poster_rule": ".//table/tr/td[1]/img/@src",
"magnet_url_rule": ".//td/a[contains(@href,\"download\")]/@href",
"download_url_rule": ".//a[contains(@href,\"download.php?id=\") and contains(@href,\"passkey\")]/@href",
"size_rule": ".//td[5]/text()",
"magnet_url_rule": ".//div[@class=\"name_right\"]//a[contains(@href,\"/dl/\")]/@href",
"download_url_rule": ".//td[contains(text(),\"种子链接\")]/following-sibling::td/a[contains(@href,\"/dl/\")][1]/@href",
"size_rule": ".//td[7]/text()",
"hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title",
"sale_rule": ".//table/tr/td/img[contains(@class,\"pro_\")]/@alt",
"sale_expire_rule": ".//table/tr/td/font/span/@title",
"release_rule": ".//td[4]/span/@title",
"seeders_rule": ".//td[6]/b/a/text()",
"leechers_rule": ".//td[7]/b/a/text()",
"completers_rule": ".//td[8]/a/b/text()",
"sale_rule": ".//img[contains(@src,\"ico\")]/@alt",
"sale_expire_rule": "//img[contains(@src,\"ico\")]/following-sibling::span/@onmouseover",
"release_rule": ".//td[5]/nobr/text()",
"seeders_rule": ".//a[contains(@href,\"toseeders=1\")]/font/text()",
"leechers_rule": ".//a[contains(@href,\"&todlers=1\")]/text()",
"completers_rule": ".//td[8]/text()",
"viewfilelist_rule": ".//td/text()",
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
"remark": "",
"invitation_rule": "//a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]",
"time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td/span/@title",
"latest_active_rule": "//td[contains(text(),\"最近动向\")]/following-sibling::td/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": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//span[@class=\"medium\"]/span[@class=\"nowrap\"]/a[contains(@class,\"_Name\")]/@class",
"invitation_rule": "//a[contains(@href,\"invite.php\")]/span/text()[1]",
"time_join_rule": "//td[contains(text(),\"注册日期\")]/following-sibling::td[1]/text()",
"latest_active_rule": "//td[contains(text(),\"上次访问\")]/following-sibling::td[1]/text()",
"uploaded_rule": "//font[contains(text(),\"上传量\")][1]/following-sibling::font[1]/a/text()[1]",
"downloaded_rule": "//font[contains(text(),\"下载量\")][1]/following-sibling::font[1]/a/text()[1]",
"ratio_rule": "//font[contains(text(),\"分享率 \")][1]/following-sibling::font[1]/text()[1]",
"my_sp_rule": "//a[contains(@href,\"mybonus.php\")]/text()[1]",
"hour_sp_rule": "//*[contains(text(),\"每小时\")]/following::table//tr[last()]/td[last()]",
"my_bonus_rule": "//font[contains(text(),\"HP\")][1]/following-sibling::text()[1]",
"my_level_rule": "//td[contains(text(),\"等级\")]/following-sibling::td[1]/text()",
"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]",
"leech_rule": "//img[contains(@title,\"下载中\")][1]/following-sibling::font[1]/span/text()[1]",
"seed_rule": "//img[contains(@title,\"做种中\")][1]/following-sibling::font[1]/span/text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]",
"seed_vol_rule": "//tr/td[4]",
"mailbox_rule": "//img[@alt=\"inbox\"]/parent::a[contains(@href,\"messages.php\")]/following-sibling::text()[1]",
"hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()",
"title_rule": ".//tr/td[1]/text()"
"title_rule": ".//div[@class=\"name_left\"]/a/b/span/text()"
},
{
"id": 47,