add - 详情页播放66

This commit is contained in:
yangqiang3504
2022-09-06 10:34:07 +08:00
parent 6180a1b351
commit a59ec69467
5 changed files with 37 additions and 21 deletions
@@ -22,6 +22,7 @@ public class PushAgentQQ extends Spider {
Misc.jsonUrl = extend;
}
}
PushAgent.fetchRule(false,0);
}
@Override
@@ -136,9 +137,9 @@ public class PushAgentQQ extends Spider {
@Override
public String searchContent(String key, boolean quick) {
if (key.equals("000")) {
PushAgent.type=0;
Misc.type=0;
}if (key.equals("111")) {
PushAgent.type=1;
Misc.type=1;
}
JSONObject result = new JSONObject();
JSONArray videos = new JSONArray();