抖音链接信息调整

This commit is contained in:
liuwei
2025-09-16 09:56:40 +08:00
parent 3d93661104
commit c467ff83ca

View File

@@ -162,7 +162,8 @@ class DouyinParserPlugin(MessagePluginInterface):
return False, "下载视频失败"
else:
# 发送卡片
xml_content = f"{VIDEO_XML_MESSAGE}".format(title=title,
xml_content = f"{VIDEO_XML_MESSAGE}".format(title=author,
des=title,
url=video_url,
thumburl=cover
)