tweak(regex): OCD Fix

This commit is contained in:
Seraphys 2025-04-15 14:52:49 -05:00
parent e864492602
commit 56cf03011b
6 changed files with 41 additions and 15 deletions

View File

@ -1,5 +1,5 @@
name: AV1 name: AV1
pattern: \bAV1\b pattern: \b(AV1)\b
description: AV1, or AOMedia Video 1, is a video coding format that compresses video description: AV1, or AOMedia Video 1, is a video coding format that compresses video
files and streams while maintaining high quality. files and streams while maintaining high quality.
tags: tags:
@ -8,20 +8,22 @@ tests:
- expected: true - expected: true
id: 1 id: 1
input: Arcane S01 2160p UHD BluRay DD 5.1 DV HDR AV1-TiZU input: Arcane S01 2160p UHD BluRay DD 5.1 DV HDR AV1-TiZU
lastRun: '2024-12-13T07:04:08.442964' lastRun: '2025-04-15T14:50:05.552676'
matchSpan: matchSpan:
end: 45 end: 45
start: 42 start: 42
matchedContent: AV1 matchedContent: AV1
matchedGroups: [] matchedGroups:
- AV1
passes: true passes: true
- expected: true - expected: true
id: 2 id: 2
input: Up.2009.2160p.Bluray.AC3.HDR.DV.AV1-TiZU.mkv input: Up.2009.2160p.Bluray.AC3.HDR.DV.AV1-TiZU.mkv
lastRun: '2024-12-13T07:04:08.442964' lastRun: '2025-04-15T14:50:05.552676'
matchSpan: matchSpan:
end: 35 end: 35
start: 32 start: 32
matchedContent: AV1 matchedContent: AV1
matchedGroups: [] matchedGroups:
- AV1
passes: true passes: true

View File

@ -1,5 +1,5 @@
name: Hulu name: Hulu
pattern: \b(hulu)\b pattern: \b(Hulu)\b
description: Hulu, an American subscription streaming service owned by Disney, offers description: Hulu, an American subscription streaming service owned by Disney, offers
recent TV episodes, full seasons of shows, original content, and live TV channels. recent TV episodes, full seasons of shows, original content, and live TV channels.
As of December 2023, Hulu content is being integrated into Disney+, making its library As of December 2023, Hulu content is being integrated into Disney+, making its library

View File

@ -1,5 +1,5 @@
name: Netflix name: Netflix
pattern: \b(nf|netflix)\b pattern: \b(NF|Netflix)\b
description: Netflix is an American subscription video on-demand over-the-top streaming description: Netflix is an American subscription video on-demand over-the-top streaming
service. The service primarily distributes original and acquired films and television service. The service primarily distributes original and acquired films and television
shows from various genres, and it is available internationally in multiple languages. shows from various genres, and it is available internationally in multiple languages.

View File

@ -1,5 +1,5 @@
name: Paramount+ name: Paramount+
pattern: \b(pmtp|Paramount Plus)\b pattern: \b(PMTP|Paramount Plus)\b
description: 'Paramount+ is an American subscription video on-demand over-the-top description: 'Paramount+ is an American subscription video on-demand over-the-top
streaming service owned that offers content primarily from the libraries of CBS streaming service owned that offers content primarily from the libraries of CBS
Media Ventures, CBS Studios, Paramount Media Networks and Paramount Pictures, while Media Ventures, CBS Studios, Paramount Media Networks and Paramount Pictures, while

View File

@ -1,5 +1,5 @@
name: SDR name: SDR
pattern: \bSDR\b pattern: \b(SDR)\b
description: 'Explicitly matches labelled Standard Dynamic Range, i.e. "SDR" ' description: 'Explicitly matches labelled Standard Dynamic Range, i.e. "SDR" '
tags: tags:
- HDR - HDR
@ -7,21 +7,23 @@ tests:
- expected: true - expected: true
id: 1 id: 1
input: Yojimbo.1961.REPACK.2160p.UHD.Blu-ray.Remux.SDR.HEVC.FLAC.1.0-CiNEPHiLES.mkv input: Yojimbo.1961.REPACK.2160p.UHD.Blu-ray.Remux.SDR.HEVC.FLAC.1.0-CiNEPHiLES.mkv
lastRun: '2025-01-11T22:58:34.197378' lastRun: '2025-04-15T14:47:06.326256'
matchSpan: matchSpan:
end: 47 end: 47
start: 44 start: 44
matchedContent: SDR matchedContent: SDR
matchedGroups: [] matchedGroups:
- SDR
passes: true passes: true
- expected: true - expected: true
id: 2 id: 2
input: "For a Few Dollars More aka Per qualche dollaro in pi\xF9 1965 UHD BluRay\ input: "For a Few Dollars More aka Per qualche dollaro in pi\xF9 1965 UHD BluRay\
\ 2160p DTS-HD MA 5.1 SDR HEVC REMUX-FraMeSToR" \ 2160p DTS-HD MA 5.1 SDR HEVC REMUX-FraMeSToR"
lastRun: '2025-01-11T22:58:34.197378' lastRun: '2025-04-15T14:47:06.326256'
matchSpan: matchSpan:
end: 93 end: 93
start: 90 start: 90
matchedContent: SDR matchedContent: SDR
matchedGroups: [] matchedGroups:
- SDR
passes: true passes: true

View File

@ -1,6 +1,28 @@
name: VP9 name: VP9
pattern: \bVP9\b pattern: \b(VP9)\b
description: VP9 is an open and royalty-free video coding format developed by Google description: VP9 is an open and royalty-free video coding format developed by Google
tags: tags:
- Codec - Codec
tests: [] tests:
- expected: true
id: 1
input: Kedi 2016 REPACK 2160p WEB-DL DD+ 5.1 VP9-WiLDCAT
lastRun: '2025-04-15T14:48:20.729485'
matchSpan:
end: 41
start: 38
matchedContent: VP9
matchedGroups:
- VP9
passes: true
- expected: true
id: 2
input: Kedi.2016.Repack.2160p.WEB-DL.DDP.5.1.VP9-WiLDCAT.mkv
lastRun: '2025-04-15T14:48:20.729485'
matchSpan:
end: 41
start: 38
matchedContent: VP9
matchedGroups:
- VP9
passes: true