修复找资源搜索

This commit is contained in:
qlql765 2023-10-14 09:10:07 +08:00 committed by GitHub
parent e8f08bb7c4
commit 401a98007a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class Zhaozy extends Ali {
@Override
public String searchContent(String key, boolean quick) throws Exception {
String url = siteUrl + "sox?filename=" + URLEncoder.encode(key);
String url = siteUrl + "sok?filename=" + URLEncoder.encode(key);
Document doc = Jsoup.parse(OkHttp.string(url, getHeader()));
List<Vod> list = new ArrayList<>();
for (Element element : doc.select("div.li_con div.news_text")) {