From e27a67d0034e23be74793cb93609862f083ad05b Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 11 Mar 2025 13:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=A7=86=E9=A2=91=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=8F=91=E9=80=81=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- douyin_parser/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/douyin_parser/main.py b/douyin_parser/main.py index d5efbfe..66908b0 100644 --- a/douyin_parser/main.py +++ b/douyin_parser/main.py @@ -181,6 +181,7 @@ class DouyinParser: 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}") path = self._download_stream(video_url, "down_load_dir/video.mp4") self.wcf.send_file(path, (message.roomid if message.from_group() else message.sender)) except Exception as e: