This commit is contained in:
2025-08-19 15:40:58 +08:00
parent b9c8d30cbb
commit a10ca5ebd1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -108,7 +108,7 @@ def main():
logger.info(f"视频地址: {video_url}") logger.info(f"视频地址: {video_url}")
# 下载视频 # 下载视频
save_video_path = f"{JmCommon.base_path}{mp4_file_name}" save_video_path = fr"D:\dsWork\dsProject\dsLightRag\JiMeng\{mp4_file_name}"
logger.info("开始下载视频...") logger.info("开始下载视频...")
JmCommon.download_file(video_url, save_video_path) JmCommon.download_file(video_url, save_video_path)
logger.info(f"视频已下载到: {save_video_path}") logger.info(f"视频已下载到: {save_video_path}")