tweak(regex): DTS & X can now be seperated by a colon
This commit is contained in:
parent
7df53372ac
commit
20bc1e2810
|
|
@ -1,5 +1,27 @@
|
|||
name: DTS-X
|
||||
pattern: \b(dts[-_. ]?x)\b(?!\d)
|
||||
pattern: \b(dts[-_. :]?x)\b(?!\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: 2 Fast 2 Furious (2003) 2160p MA WEB-DL H265 HDR DTS:X 7.1 English-FLUX
|
||||
lastRun: '2025-01-16T15:29:55.783259'
|
||||
matchSpan:
|
||||
end: 54
|
||||
start: 49
|
||||
matchedContent: DTS:X
|
||||
matchedGroups:
|
||||
- DTS:X
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 2
|
||||
input: 2.Fast.2.Furious.2003.2160p.MA.WEB-DL.DTS-X.7.1.H.265-FLUX.mkv
|
||||
lastRun: '2025-01-16T15:29:55.783259'
|
||||
matchSpan:
|
||||
end: 43
|
||||
start: 38
|
||||
matchedContent: DTS-X
|
||||
matchedGroups:
|
||||
- DTS-X
|
||||
passes: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue