Skip to content

Commit

Permalink
feat:国语配音适配大陆剧
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Sep 14, 2024
1 parent 5229a01 commit f6c84a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/modules/filter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ class FilterModule(_ModuleBase):
# 国语配音
"CNVOI": {
"include": [r'[国國][语語]配音|[国國]配|[国國][语語]'],
"exclude": []
"exclude": [],
"tmdb": {
"original_language": "zh"
}
},
# 粤语配音
"HKVOI": {
Expand Down

0 comments on commit f6c84a7

Please sign in to comment.