Skip to content

Commit

Permalink
add 720p
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Jul 19, 2023
1 parent 0ba93cd commit 2d62836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/modules/filter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ class FilterModule(_ModuleBase):
"include": [r'1080[pi]|x1080'],
"exclude": []
},
# 720P
"720P": {
"include": [r'720[pi]|x720'],
"exclude": []
},
# 中字
"CNSUB": {
"include": [r'[中国國繁简](/|\s|\\|\|)?[繁简英粤]|[英简繁](/|\s|\\|\|)?[中繁简]|繁體|简体|[中国國][字配]|国语|國語|中文|中字'],
Expand Down

0 comments on commit 2d62836

Please sign in to comment.