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: