优化抖音分析内容
This commit is contained in:
@@ -63,7 +63,7 @@ class DouyinParserPlugin(MessagePluginInterface):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.LOG = logger
|
self.LOG = logger
|
||||||
self.url_pattern = re.compile(r'https?://v\.douyin\.com/\w+/?')
|
self.url_pattern = re.compile(r'https?://v\.douyin\.com/[^\s/]+/?')
|
||||||
# 注册功能权限
|
# 注册功能权限
|
||||||
self.feature = self.register_feature()
|
self.feature = self.register_feature()
|
||||||
# 修改为使用插件目录下的down_load_dir文件夹
|
# 修改为使用插件目录下的down_load_dir文件夹
|
||||||
|
|||||||
Reference in New Issue
Block a user