调整格式内容
This commit is contained in:
@@ -179,7 +179,8 @@ 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("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}")
|
||||
# mp4_path = self.download_stream(video_url, "douyin_parser/down_load_dir/douyin.mp4")
|
||||
|
||||
Reference in New Issue
Block a user