From a984c17ae63470b857bf65305339ae4fe5dea2d0 Mon Sep 17 00:00:00 2001 From: ixff <150003322+ixff@users.noreply.github.com> Date: Sat, 19 Oct 2024 23:07:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(hhanclub):=20remove=20"[=E6=96=B0]"=20in=20?= =?UTF-8?q?title=20when=20getting=20search=20results?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sites/hhanclub.top/getSearchResult.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/sites/hhanclub.top/getSearchResult.js b/resource/sites/hhanclub.top/getSearchResult.js index 89198154e..f1057655b 100644 --- a/resource/sites/hhanclub.top/getSearchResult.js +++ b/resource/sites/hhanclub.top/getSearchResult.js @@ -52,6 +52,7 @@ // 遍历数据行 for (let index = 0; index < rows.length; index++) { const row = rows.eq(index); + row.find(".torrent-info-text-name .new").remove(); let title = row.find(".torrent-info-text-name"); if (title.length == 0) { continue;