add - 详情页播放88

This commit is contained in:
yangqiang3504
2022-09-06 11:44:48 +08:00
parent 3da02efed2
commit 759f52df2e
@@ -646,7 +646,6 @@ public class PushAgent extends Spider {
return result.toString();
} else if (url.startsWith("http") && (matcher2.find())) {
if(VodName!=null) vodAtom.put("vod_name", VodName);
vodAtom.put("vod_id", TextUtils.join("###", idInfo));
return getAliContent(url,vodAtom);
} else if (url.startsWith("http") && (!matcher.find()) && (!matcher2.find())) {
Document doc = null;