tweak(regex): add an optional any character between HDR10 and +
This commit is contained in:
parent
9f4c0dd925
commit
506bd23a92
|
|
@ -1,5 +1,5 @@
|
||||||
name: HDR10+
|
name: HDR10+
|
||||||
pattern: \bHDR10(\+|P(lus)?\b)
|
pattern: \bHDR10.?(\+|P(lus)?\b)
|
||||||
description: This regex matches `HDR10` when followed by either a plus sign `+`, `P`,
|
description: This regex matches `HDR10` when followed by either a plus sign `+`, `P`,
|
||||||
or `Plus`
|
or `Plus`
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -10,7 +10,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 1
|
id: 1
|
||||||
input: HDR
|
input: HDR
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -18,7 +18,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 2
|
id: 2
|
||||||
input: HDR+
|
input: HDR+
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -26,7 +26,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 3
|
id: 3
|
||||||
input: HDR10
|
input: HDR10
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -34,7 +34,7 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 4
|
id: 4
|
||||||
input: HDR10+
|
input: HDR10+
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 6
|
end: 6
|
||||||
start: 0
|
start: 0
|
||||||
|
|
@ -46,7 +46,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 5
|
id: 5
|
||||||
input: HLG HDR
|
input: HLG HDR
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -54,7 +54,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 6
|
id: 6
|
||||||
input: SDR HDR
|
input: SDR HDR
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -62,7 +62,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 7
|
id: 7
|
||||||
input: PQ HDR
|
input: PQ HDR
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -70,7 +70,7 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 8
|
id: 8
|
||||||
input: HDR10P
|
input: HDR10P
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 6
|
end: 6
|
||||||
start: 0
|
start: 0
|
||||||
|
|
@ -82,7 +82,7 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 9
|
id: 9
|
||||||
input: HDR10Plus
|
input: HDR10Plus
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 9
|
end: 9
|
||||||
start: 0
|
start: 0
|
||||||
|
|
@ -95,7 +95,7 @@ tests:
|
||||||
id: 10
|
id: 10
|
||||||
input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD
|
input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD
|
||||||
Atmos 7.1 English-WiLDCAT
|
Atmos 7.1 English-WiLDCAT
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 68
|
end: 68
|
||||||
start: 62
|
start: 62
|
||||||
|
|
@ -108,7 +108,7 @@ tests:
|
||||||
id: 11
|
id: 11
|
||||||
input: La Maison S01 REPACK 2160p ATVP WEB-DL Dual-Audio DD+ 5.1 Atmos DV HDR10+
|
input: La Maison S01 REPACK 2160p ATVP WEB-DL Dual-Audio DD+ 5.1 Atmos DV HDR10+
|
||||||
H.265-Kitsune
|
H.265-Kitsune
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 73
|
end: 73
|
||||||
start: 67
|
start: 67
|
||||||
|
|
@ -121,8 +121,21 @@ tests:
|
||||||
id: 12
|
id: 12
|
||||||
input: Liu lang di qiu 2 AKA The Wandering Earth II 2023 2160p CHN UHD Blu-ray DoVi
|
input: Liu lang di qiu 2 AKA The Wandering Earth II 2023 2160p CHN UHD Blu-ray DoVi
|
||||||
HDR10 HEVC TrueHD 7.1 Atmos-ANKO
|
HDR10 HEVC TrueHD 7.1 Atmos-ANKO
|
||||||
lastRun: '2025-04-02T20:02:13.896309'
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
passes: true
|
passes: true
|
||||||
|
- expected: true
|
||||||
|
id: 13
|
||||||
|
input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10 Plus
|
||||||
|
TrueHD Atmos 7.1 English-WiLDCAT
|
||||||
|
lastRun: '2025-04-05T09:25:21.372205'
|
||||||
|
matchSpan:
|
||||||
|
end: 72
|
||||||
|
start: 62
|
||||||
|
matchedContent: HDR10 Plus
|
||||||
|
matchedGroups:
|
||||||
|
- Plus
|
||||||
|
- lus
|
||||||
|
passes: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue