Add files via upload

This commit is contained in:
dlgt7
2022-10-07 23:41:29 +08:00
committed by GitHub
parent 5fafcdab0a
commit 7c326a51a8
56 changed files with 21513 additions and 777 deletions
@@ -429,7 +429,7 @@ 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);
String url = "https://www.sogou.com/web?query=site%3Acokemv.me%2Fvoddetail+" + URLEncoder.encode(key);
Document docs = Jsoup.parse(OkHttpUtil.string(url, sHeaders()));
JSONObject result = new JSONObject();
JSONArray videos = new JSONArray();