From 79751812e43c5dd2ea6aadd4805f204eeee1efd8 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 13 Mar 2025 09:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=BC=E5=BC=8F=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- douyin_parser/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/douyin_parser/main.py b/douyin_parser/main.py index c63d893..67ae674 100644 --- a/douyin_parser/main.py +++ b/douyin_parser/main.py @@ -179,7 +179,7 @@ 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("4k-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")