Add files via upload

This commit is contained in:
dlgt7
2022-08-14 01:36:46 +08:00
committed by GitHub
parent 037713427e
commit 100cf7a90f
3 changed files with 843 additions and 2 deletions
@@ -450,7 +450,7 @@ public class Lib extends Spider {
@Override
public String searchContent(String key, boolean quick) {
try {
String url = "https://shitu.paodekuaiweixinqun.com/search?q=site%3Alibvio.me%2Fdetail+" + URLEncoder.encode(key);
String url = "https://google.1qi777.com/search?q=site%3Alibvio.me%2Fdetail+" + URLEncoder.encode(key);
Document docs = Jsoup.parse(OkHttpUtil.string(url, sHeaders()));
JSONObject result = new JSONObject();
JSONArray videos = new JSONArray();
@@ -501,4 +501,4 @@ public class Lib extends Spider {
}
return src;
}
}
}