add - douban yiso11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user