调整格式内容

This commit is contained in:
liuwei
2025-03-13 09:12:23 +08:00
parent 79751812e4
commit f8d097eaa9

View File

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