add - 自定义视频路径

This commit is contained in:
yangqiang3504
2022-08-25 13:50:53 +08:00
parent 672b0a0e5a
commit 1767c69e0a
3 changed files with 7 additions and 8 deletions
@@ -129,7 +129,7 @@ public class PushAgentQQ extends Spider {
v.put("vod_id", url + "$$$" + pic + "$$$" + name);
v.put("vod_name", name);
v.put("vod_pic", pic);
v.put("vod_remarks", Misc.getWebName(url));
v.put("vod_remarks", Misc.getWebName(url,0));
videos.put(v);
}