mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix: 标签为"官组"的种子应识别为官种
This commit is contained in:
@@ -52,7 +52,7 @@ class FilterModule(_ModuleBase):
|
|||||||
},
|
},
|
||||||
# 官种
|
# 官种
|
||||||
"GZ": {
|
"GZ": {
|
||||||
"include": [r'官方', r'官种'],
|
"include": [r'官方', r'官种', r'官组'],
|
||||||
"match": ["labels"]
|
"match": ["labels"]
|
||||||
},
|
},
|
||||||
# 特效字幕
|
# 特效字幕
|
||||||
|
|||||||
Reference in New Issue
Block a user