From e070eff65979287592310b3f3485fbf41c30611f Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 10 Mar 2025 10:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=82=8C=E8=82=89=E7=94=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- group_video_man/bot_video_man.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_video_man/bot_video_man.py b/group_video_man/bot_video_man.py index 1a306cd..11239d5 100644 --- a/group_video_man/bot_video_man.py +++ b/group_video_man/bot_video_man.py @@ -37,7 +37,7 @@ class BotVideoMan: try: file_abspath = self.download_video("https://api.guiguiya.com/api/video/fuji?type=json", - "group_video_man/down_load_dir") + "group_video_man/down_load_dir/video.mp4") self.wcf.send_file(file_abspath, (message.roomid if message.from_group() else message.sender)) return except requests.RequestException as e: