肌肉男功能

This commit is contained in:
liuwei
2025-03-10 10:08:53 +08:00
parent c5b55b0378
commit e070eff659

View File

@@ -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: