From 4631db9a4525db823ce19944867de50e810618c9 Mon Sep 17 00:00:00 2001 From: HankunYu Date: Thu, 7 Mar 2024 02:43:59 +0000 Subject: [PATCH] =?UTF-8?q?Update=20=E4=B8=AD=E5=AD=97=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除重复 简体, 严格CHT以及CHS匹配规则 --- app/modules/filter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/filter/__init__.py b/app/modules/filter/__init__.py index 2f578c1b..46ef6a29 100644 --- a/app/modules/filter/__init__.py +++ b/app/modules/filter/__init__.py @@ -39,7 +39,7 @@ class FilterModule(_ModuleBase): # 中字 "CNSUB": { "include": [ - r'[中国國繁简](/|\s|\\|\|)?[繁简英粤]|[英简繁](/|\s|\\|\|)?[中繁简]|繁體|简体|[中国國][字配]|国语|國語|中文|中字|简日|繁日|简繁|CHT|CHS|简体|繁体'], + r'[中国國繁简](/|\s|\\|\|)?[繁简英粤]|[英简繁](/|\s|\\|\|)?[中繁简]|繁體|简体|[中国國][字配]|国语|國語|中文|中字|简日|繁日|简繁|繁体|([\s,.-\[])(CHT|CHS)(|[\s,.-\]])'], "exclude": [], "tmdb": { "original_language": "zh,cn"