add - remark1
This commit is contained in:
@@ -605,6 +605,7 @@ public class PushAgent extends Spider {
|
|||||||
return result.toString();
|
return result.toString();
|
||||||
} else if (regexAli.matcher(url).find()) {
|
} else if (regexAli.matcher(url).find()) {
|
||||||
if(VodName!=null) vodAtom.put("vod_name", VodName);
|
if(VodName!=null) vodAtom.put("vod_name", VodName);
|
||||||
|
vodAtom.put("vod_id", TextUtils.join("$$$",idInfo));
|
||||||
return getAliContent(url,vodAtom);
|
return getAliContent(url,vodAtom);
|
||||||
} else if (url.startsWith("http://") || url.startsWith("https://")) {
|
} else if (url.startsWith("http://") || url.startsWith("https://")) {
|
||||||
Document doc = null;
|
Document doc = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user