feature:抖音分享链接转视频

This commit is contained in:
liuwei
2025-03-11 10:45:21 +08:00
parent 29970a27bc
commit cecd257be0
5 changed files with 175 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ class Feature(Enum):
VIDEO = 14, "视频点播功能 [黑丝视频, 黑丝, 来个黑丝,搞个黑丝]"
VIDEO_MAN = 15, "视频肌肉男点播功能 [猛男, 肌肉, 帅哥]"
GROUP_ADD = 16, "加群提醒功能"
DOUYIN_PARSER = 17, "抖音链接转视频功能"
def __new__(cls, value, description):
obj = object.__new__(cls)