From b060f41d42a17bcd8280f8e1148e0ba06be0bf59 Mon Sep 17 00:00:00 2001 From: "www.xueximeng.com" Date: Fri, 31 Oct 2025 11:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4gying=E7=B2=BE=E7=A1=AE?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/gying/gying.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/gying/gying.go b/plugin/gying/gying.go index f0360d8..57eedb3 100644 --- a/plugin/gying/gying.go +++ b/plugin/gying/gying.go @@ -1562,7 +1562,7 @@ func (p *GyingPlugin) searchWithScraper(keyword string, scraper *cloudscraper.Sc } // 1. 使用cloudscraper请求搜索页面 - searchURL := fmt.Sprintf("https://www.gying.net/s/1---1/%s", url.QueryEscape(keyword)) + searchURL := fmt.Sprintf("https://www.gying.net/s/2-0--1/%s", url.QueryEscape(keyword)) if DebugLog { fmt.Printf("[Gying] 搜索URL: %s\n", searchURL)