tweak(regex): UHD Bluray fix?
- 'Legion' test was passing until I reran...? So I inverted it.
This commit is contained in:
parent
594b8e6397
commit
1c086e30bc
|
|
@ -3,13 +3,19 @@ pattern: (?<=^|[\s.-])D0ct0rLew|MALUS|MovieMan|SM737|SQS|WOU\b
|
||||||
description: Match release groups who should not be categorized as UHD Bluray
|
description: Match release groups who should not be categorized as UHD Bluray
|
||||||
tags: []
|
tags: []
|
||||||
tests:
|
tests:
|
||||||
- expected: true
|
- expected: false
|
||||||
id: 1
|
id: 1
|
||||||
input: Training Day 2001 1080p BluRay DDP 7 1 HDR x265-LEGi0N
|
input: Training Day 2001 1080p BluRay DDP 7 1 HDR x265-LEGi0N
|
||||||
lastRun: '2025-01-14T09:31:15.526804'
|
lastRun: '2025-09-07T16:11:11.719322'
|
||||||
matchSpan:
|
matchSpan: null
|
||||||
end: 54
|
matchedContent: null
|
||||||
start: 48
|
matchedGroups: []
|
||||||
matchedContent: LEGi0N
|
passes: true
|
||||||
|
- expected: false
|
||||||
|
id: 2
|
||||||
|
input: Ahsoka.S01E01.2160p.UHD.BluRay.x265-SEGMENT
|
||||||
|
lastRun: '2025-09-07T16:11:11.719322'
|
||||||
|
matchSpan: null
|
||||||
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
passes: true
|
passes: true
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,20 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 1
|
id: 1
|
||||||
input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY'
|
input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY'
|
||||||
lastRun: '2025-01-13T06:32:22.686039'
|
lastRun: '2025-09-07T16:09:35.283452'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 46
|
end: 46
|
||||||
start: 36
|
start: 36
|
||||||
matchedContent: UHD BluRay
|
matchedContent: UHD BluRay
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
passes: true
|
passes: true
|
||||||
|
- expected: true
|
||||||
|
id: 2
|
||||||
|
input: Ahsoka.S01E01.2160p.UHD.BluRay.x265-SEGMENT
|
||||||
|
lastRun: '2025-09-07T16:09:35.283452'
|
||||||
|
matchSpan:
|
||||||
|
end: 30
|
||||||
|
start: 20
|
||||||
|
matchedContent: UHD.BluRay
|
||||||
|
matchedGroups: []
|
||||||
|
passes: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue