fix rules
This commit is contained in:
parent
e83a15ad1f
commit
f6dfe9cb88
@ -85,6 +85,11 @@ class FilterModule(_ModuleBase):
|
|||||||
"include": [r"[\s.]+HDR[\s.]+|HDR10|HDR10\+"],
|
"include": [r"[\s.]+HDR[\s.]+|HDR10|HDR10\+"],
|
||||||
"exclude": []
|
"exclude": []
|
||||||
},
|
},
|
||||||
|
# SDR
|
||||||
|
"SDR": {
|
||||||
|
"include": [r"[\s.]+SDR[\s.]+"],
|
||||||
|
"exclude": []
|
||||||
|
},
|
||||||
# 重编码
|
# 重编码
|
||||||
"REMUX": {
|
"REMUX": {
|
||||||
"include": [r'REMUX'],
|
"include": [r'REMUX'],
|
||||||
@ -104,11 +109,21 @@ class FilterModule(_ModuleBase):
|
|||||||
"include": [r'[国國][语語]配音|[国國]配|[国國][语語]'],
|
"include": [r'[国國][语語]配音|[国國]配|[国國][语語]'],
|
||||||
"exclude": []
|
"exclude": []
|
||||||
},
|
},
|
||||||
|
# 粤语配音
|
||||||
|
"HKVOI": {
|
||||||
|
"include": [r'粤语配音|粤语'],
|
||||||
|
"exclude": []
|
||||||
|
},
|
||||||
# 60FPS
|
# 60FPS
|
||||||
"60FPS": {
|
"60FPS": {
|
||||||
"include": [r'60fps'],
|
"include": [r'60fps'],
|
||||||
"exclude": []
|
"exclude": []
|
||||||
},
|
},
|
||||||
|
# 3D
|
||||||
|
"3D": {
|
||||||
|
"include": [r'3D'],
|
||||||
|
"exclude": []
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def init_module(self) -> None:
|
def init_module(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user