修复找资源搜索
This commit is contained in:
parent
e8f08bb7c4
commit
401a98007a
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue