调整格式内容

This commit is contained in:
liuwei
2025-03-13 09:21:13 +08:00
parent b0bed2374b
commit 645172181e

View File

@@ -179,7 +179,7 @@ class DouyinParser:
if not video_url:
raise DouyinParserError("无法获取视频地址")
self.wcf.send_rich_text("bot-PC直接查看", "gh_11", title[:30], f"PC直接查看-{title[:20]} - {author[:10]}", video_url,
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}")