feature:加入读取鬼鬼API 黑丝视频功能

This commit is contained in:
liuwei
2025-03-05 16:32:53 +08:00
parent accee358d3
commit eb12bcb454
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ class BotVideo:
return
# 如果触发了指令,但是没有权限,则返回权限不足
if self.gbm.get_group_permission(message.roomid, Feature.MOVIES) == PermissionStatus.DISABLED:
if self.gbm.get_group_permission(message.roomid, Feature.VIDEO) == PermissionStatus.DISABLED:
return
try:
file_abspath = self.download_stream("https://api.guiguiya.com/api/hook/heisis", "down_load_dir")