tweak(regex): HEVC Regex
This commit is contained in:
parent
59749a53bd
commit
a16c12daac
|
|
@ -1,5 +1,5 @@
|
|||
name: HEVC
|
||||
pattern: \b(HEVC)\b
|
||||
pattern: '[xh][ ._-]?265|\bHEVC(\b|\d)'
|
||||
description: 'An open source encoder that produces HEVC videos. '
|
||||
tags:
|
||||
- Encoder
|
||||
|
|
@ -7,40 +7,51 @@ tags:
|
|||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -
|
||||
r00t QxR)
|
||||
lastRun: '2025-01-14T10:24:52.457470'
|
||||
input: Ballerina 2025 2160p iT WEB-DL DD+ 5.1 Atmos DV HDR10+ H.265-BYNDR
|
||||
lastRun: '2025-07-24T17:37:44.747485'
|
||||
matchSpan:
|
||||
end: 83
|
||||
start: 0
|
||||
matchedContent: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0
|
||||
English - r00t QxR)
|
||||
end: 60
|
||||
start: 55
|
||||
matchedContent: H.265
|
||||
matchedGroups:
|
||||
- x265
|
||||
- '265'
|
||||
- null
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 2
|
||||
input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio
|
||||
lastRun: '2025-01-14T10:24:52.457470'
|
||||
input: 'The Lord Of The Rings: The Two Towers 2002 Extended Edition 2160p UHD BluRay
|
||||
TrueHD 7.1 DV HDR x265-DON'
|
||||
lastRun: '2025-07-24T17:37:44.747485'
|
||||
matchSpan:
|
||||
end: 68
|
||||
start: 0
|
||||
matchedContent: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio
|
||||
end: 99
|
||||
start: 95
|
||||
matchedContent: x265
|
||||
matchedGroups:
|
||||
- x265
|
||||
- '265'
|
||||
- null
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 3
|
||||
input: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1 DoVi HDR10x265-c0kE
|
||||
lastRun: '2025-01-14T10:24:52.457470'
|
||||
input: Suspiria 2018 2160p UHD BluRay REMUX HDR HEVC TrueHD 7.1 Atmos-BLURANiUM
|
||||
lastRun: '2025-07-24T17:37:44.747485'
|
||||
matchSpan:
|
||||
end: 83
|
||||
start: 0
|
||||
matchedContent: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1
|
||||
DoVi HDR10x265-c0kE
|
||||
end: 45
|
||||
start: 41
|
||||
matchedContent: HEVC
|
||||
matchedGroups:
|
||||
- x265
|
||||
- '265'
|
||||
- ''
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 4
|
||||
input: Ballerina 2025 1080p AMZN WEB-DL DD+ 5.1 Atmos H.264-BYNDR
|
||||
lastRun: '2025-07-24T17:37:44.747485'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 5
|
||||
input: Thunderbolts* 2025 Hybrid 1080p BluRay DD+ 7.1 x264-ZoroSenpai
|
||||
lastRun: '2025-07-24T17:37:44.747485'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue