From 22c226dcbba005c1d369599e8148c2d20e98227f Mon Sep 17 00:00:00 2001 From: ngfchl Date: Fri, 10 Mar 2023 00:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=8C=AA=E7=8C=AA?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=97=B6=E9=97=B4=E8=A7=A3=E6=9E=90=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt_site_site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt_site_site.json b/pt_site_site.json index f2c8cf6..b60a931 100644 --- a/pt_site_site.json +++ b/pt_site_site.json @@ -139,7 +139,7 @@ "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[1]//span/@title", + "time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td[1]/text()", "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]",