tweak(regex): make @RFX Optional in Aisha match

This commit is contained in:
santiagosayshey 2025-01-12 01:43:19 +10:50
parent 6b0bd1359a
commit 866c35df45
1 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: HDR10 (Missing Groups)
pattern: \b(FraMeSToR|HQMUX|SiCFoI|playBD|RYU|ElNeekster|CiNEPHiLES|3L|EDV|Kenobi|TRiToN|HDH|NTb|Flights|TekMUX|HDS|Aisha@RFX)\b
pattern: \b(FraMeSToR|HQMUX|SiCFoI|playBD|RYU|ElNeekster|CiNEPHiLES|3L|EDV|Kenobi|TRiToN|HDH|NTb|Flights|TekMUX|HDS|Aisha(@RFX)?)\b
description: Matches groups who mislabel HDR10
tags:
- Release Group
@ -8,34 +8,37 @@ tests:
- expected: true
id: 1
input: Loki S01 2023 2160p UHD Blu-ray Remux HEVC TrueHD 7 1 Atmos-HDS
lastRun: '2025-01-12T01:21:11.754791'
lastRun: '2025-01-12T01:22:17.490763'
matchSpan:
end: 63
start: 60
matchedContent: HDS
matchedGroups:
- HDS
- null
passes: true
- expected: true
id: 2
input: "\t Loki S01 REPACK UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC HYBRID REMUX-FraMeSToR"
lastRun: '2025-01-12T01:21:11.754791'
lastRun: '2025-01-12T01:22:17.490763'
matchSpan:
end: 82
start: 73
matchedContent: FraMeSToR
matchedGroups:
- FraMeSToR
- null
passes: true
- expected: true
id: 3
input: Alien Romulus 2024 BluRay 2160p UHD REMUX HEVC (10bit) DV Atmos DTS-HD MA
7 1-Aisha@RFX
lastRun: '2025-01-12T01:21:11.754791'
lastRun: '2025-01-12T01:22:17.490763'
matchSpan:
end: 87
start: 78
matchedContent: Aisha@RFX
matchedGroups:
- Aisha@RFX
- '@RFX'
passes: true