Add files via upload

This commit is contained in:
dlgt7
2022-08-14 01:35:55 +08:00
committed by GitHub
parent a5d2e8f43e
commit 037713427e
3 changed files with 1043 additions and 1 deletions
@@ -429,7 +429,8 @@ public class Cokemv extends Spider {
@Override
public String searchContent(String key, boolean quick) {
try {
String url = "https://shitu.paodekuaiweixinqun.com/search?q=site%3Acokemv.me%2Fvoddetail+" + URLEncoder.encode(key);
//Google搜索镜像
String url = "https://google.1qi777.com/search?q=site%3Acokemv.me%2Fvoddetail+" + URLEncoder.encode(key);
Document docs = Jsoup.parse(OkHttpUtil.string(url, sHeaders()));
JSONObject result = new JSONObject();
JSONArray videos = new JSONArray();