调整格式内容

This commit is contained in:
liuwei
2025-03-13 09:21:06 +08:00
parent 0cab3ba403
commit b0bed2374b

View File

@@ -179,7 +179,8 @@ class DouyinParser:
if not video_url:
raise DouyinParserError("无法获取视频地址")
self.wcf.send_rich_text("bot", "gh_11", title[:30], f"{title[:30]} - {author[:10]}", video_url, cover,
self.wcf.send_rich_text("bot-PC直接查看", "gh_11", title[:30], f"PC直接查看-{title[:20]} - {author[:10]}", video_url,
cover,
message.roomid)
# self.LOG.info(f"video_url: {video_url}, title: {title}, author: {author}, cover: {cover}")
# mp4_path = self.download_stream(video_url, "douyin_parser/down_load_dir/douyin.mp4")