This commit is contained in:
parent
1bd9bdefe4
commit
d0faf332ad
|
|
@ -37,6 +37,7 @@ public class YiSo extends Spider {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String searchContent(String key, boolean quick) {
|
public String searchContent(String key, boolean quick) {
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) return "";
|
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) return "";
|
||||||
String url = "https://yiso.fun/api/search?name=" + URLEncoder.encode(key) + "&from=ali";
|
String url = "https://yiso.fun/api/search?name=" + URLEncoder.encode(key) + "&from=ali";
|
||||||
Map<String, String> result = new HashMap<>();
|
Map<String, String> result = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue