From 139a742a9d1d3a2b97f392027958f5a9288965d1 Mon Sep 17 00:00:00 2001 From: luckiestone Date: Thu, 28 Oct 2021 11:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E7=B2=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提高选择器精度,避免选中日期列导致做种体积出错。 --- resource/schemas/GazelleJSONAPI/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/schemas/GazelleJSONAPI/config.json b/resource/schemas/GazelleJSONAPI/config.json index 887b3d8dc..7d4224f0a 100644 --- a/resource/schemas/GazelleJSONAPI/config.json +++ b/resource/schemas/GazelleJSONAPI/config.json @@ -63,7 +63,7 @@ "page": "/torrents.php?type=seeding&userid=$user.id$", "fields": { "seedingSize": { - "selector": ["tr.torrent_row > td.nobr"], + "selector": ["tr.torrent_row > td.number_column.nobr"], "filters": ["jQuery.map(query, (item)=>{return $(item).text();})", "_self.getTotalSize(query)"] }, "bonus": { @@ -72,4 +72,4 @@ } } } -} \ No newline at end of file +}