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