Update Zhaozy
This commit is contained in:
parent
7108b1ed88
commit
877b57da57
|
|
@ -69,7 +69,7 @@ public class Zhaozy extends Ali {
|
|||
|
||||
@Override
|
||||
public String searchContent(String key, boolean quick) throws Exception {
|
||||
String url = siteUrl + "sos?filename=" + URLEncoder.encode(key);
|
||||
String url = siteUrl + "so?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")) {
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
0f7dff3487cc344aac1f291e27ee29ca
|
||||
77633695c1b9eb30846e021f48424a6d
|
||||
|
|
|
|||
Loading…
Reference in New Issue