mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-05 03:38:36 +08:00
feat:国语配音适配大陆剧
This commit is contained in:
@@ -115,7 +115,10 @@ class FilterModule(_ModuleBase):
|
||||
# 国语配音
|
||||
"CNVOI": {
|
||||
"include": [r'[国國][语語]配音|[国國]配|[国國][语語]'],
|
||||
"exclude": []
|
||||
"exclude": [],
|
||||
"tmdb": {
|
||||
"original_language": "zh"
|
||||
}
|
||||
},
|
||||
# 粤语配音
|
||||
"HKVOI": {
|
||||
|
||||
Reference in New Issue
Block a user