add - Upyso87

This commit is contained in:
yangqiang3504
2022-09-05 16:01:23 +08:00
parent d373bdcd38
commit 7374821c7d
2 changed files with 0 additions and 2 deletions
@@ -44,7 +44,6 @@ public class Upyunso extends Spider {
public String searchContent(String key, boolean z) {
try {
JSONArray jSONArray = new JSONArray();
key = URLEncoder.encode(key);
JSONArray arr = Base64Utils.getJSONByUrl("https://api.upyunso.com/search?keyword=" + key);
String pic = "http://image.xinjun58.com/image/tv/ups.jpg";
for (int i = 0; i < arr.length(); i++) {