|
@@ -176,13 +176,14 @@ class VideoProcessor:
|
|
channel_id = source
|
|
channel_id = source
|
|
text = (
|
|
text = (
|
|
f"**站内视频链接**: {pq_url}\n"
|
|
f"**站内视频链接**: {pq_url}\n"
|
|
|
|
+ f"**渠道**: {source}\n"
|
|
f"**来源用户**: {from_user_name}\n"
|
|
f"**来源用户**: {from_user_name}\n"
|
|
f"**来源群组**: {from_group_name}\n"
|
|
f"**来源群组**: {from_group_name}\n"
|
|
f"**原视频链接**: {video['video_url']}\n"
|
|
f"**原视频链接**: {video['video_url']}\n"
|
|
f"**原视频封面**: {video['cover']}\n"
|
|
f"**原视频封面**: {video['cover']}\n"
|
|
f"**原视频标题**: {video['old_title']}\n"
|
|
f"**原视频标题**: {video['old_title']}\n"
|
|
)
|
|
)
|
|
- Feishu.finish_bot(text, "https://open.feishu.cn/open-apis/bot/v2/hook/0553124e-7fc1-4f9b-8976-9db4218d25e2", f"【 有一条新的{source}内容改造成功 】")
|
|
|
|
|
|
+ Feishu.finish_bot(text, "https://open.feishu.cn/open-apis/bot/v2/hook/0553124e-7fc1-4f9b-8976-9db4218d25e2", "【 有一条新的内容改造成功 】")
|
|
text = (
|
|
text = (
|
|
f"**通知类型**: 视频改造成功\n"
|
|
f"**通知类型**: 视频改造成功\n"
|
|
f"**站内视频链接**: {pq_url}\n"
|
|
f"**站内视频链接**: {pq_url}\n"
|