add - douban 推送

This commit is contained in:
yangqiang3504
2022-10-17 11:37:04 +08:00
parent d4b7bd407d
commit d1e31971a1
2 changed files with 650 additions and 1 deletions
@@ -737,7 +737,7 @@ public class PushAgent extends Spider {
JSONObject result = new JSONObject();
vodAtom.put("vod_id", url);
vodAtom.put("vod_name", VodName);
vodAtom.put("type_name", "嗅探");
vodAtom.put("type_name", "网页");
setVideoDesc(vodAtom, content);
lists.put(vodAtom);
result.put("list", lists);