add - douban yiso11

This commit is contained in:
yangqiang3504
2022-09-14 10:44:19 +08:00
parent 821eeec6be
commit cf09870a25
3 changed files with 4 additions and 0 deletions
@@ -133,6 +133,7 @@ public class PushAgentQQ extends Spider {
Misc.jsonUrl = extend;
}
}
PushAgent.fetchRule(false, 0);
}
@@ -17,6 +17,7 @@ public class Upyunso extends Spider {
@Override
public void init(Context context, String extend) {
super.init(context, extend);
PushAgent.fetchRule(false, 0);
}
@Override
@@ -44,6 +45,7 @@ public class Upyunso extends Spider {
@Override
public String searchContent(String key, boolean z) {
try {
PushAgent.getRefreshTk();
JSONArray jSONArray = new JSONArray();
key = URLEncoder.encode(key);
JSONArray arr = Base64Utils.getJSONByUrl("https://api.upyunso.com/search?keyword=" + key+"&page=1");
@@ -20,6 +20,7 @@ public class Yiso extends Spider {
@Override
public void init(Context context, String extend) {
super.init(context);
PushAgent.fetchRule(false, 0);
}
@Override