From b2f94f540dc21257f18fc6988d48ffaa2cc231f3 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 27 Aug 2025 09:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E4=B8=9D=E8=A7=86=E9=A2=91=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/video/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/main.py b/plugins/video/main.py index 7d6e47d..775a833 100644 --- a/plugins/video/main.py +++ b/plugins/video/main.py @@ -137,7 +137,7 @@ class VideoPlugin(MessagePluginInterface): save_path = os.path.join(self.download_dir, video_filename) self.LOG.info(f"开始下载视频到: {save_path}") - file_abspath, first_frame = await self._download_stream(" http://api.yujn.cn/api/heisis.php?type=video", save_path) + file_abspath, first_frame = await self._download_stream("https://api.jkyai.top/API/jxhssp.php", save_path) if not file_abspath or not os.path.exists(file_abspath) or not file_abspath.endswith("mp4"): self.LOG.error(f"视频下载失败,文件路径: {file_abspath}")