add - remark1

This commit is contained in:
yangqiang3504
2022-09-08 09:03:40 +08:00
parent 32d7dafe7a
commit 7e5b7b7985
@@ -605,6 +605,7 @@ public class PushAgent extends Spider {
return result.toString();
} else if (regexAli.matcher(url).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://") || url.startsWith("https://")) {
Document doc = null;