This commit is contained in:
dukun 2023-01-28 14:07:21 +08:00
parent 1bd9bdefe4
commit d0faf332ad
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ public class YiSo extends Spider {
@Override
public String searchContent(String key, boolean quick) {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) return "";
String url = "https://yiso.fun/api/search?name=" + URLEncoder.encode(key) + "&from=ali";
Map<String, String> result = new HashMap<>();