mirror of
https://github.com/fish2018/pansou.git
synced 2025-11-25 03:14:59 +08:00
调整gying精确搜索
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user