tweak(format): Require HDTV CFs to match HDTV Regex

This commit is contained in:
Seraphys
2026-02-04 16:01:41 -06:00
parent ce786e4989
commit a10347f9f4
10 changed files with 64 additions and 21 deletions

19
regex_patterns/HDTV.yml Normal file
View File

@@ -0,0 +1,19 @@
name: HDTV
pattern: \b(HDTV)\b
description: ''
tags:
- Enhancements
tests:
- id: 1
input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -
r00t QxR)
expected: false
- id: 2
input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio
expected: false
- id: 3
input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)
expected: true
- id: 4
input: "\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ"
expected: true

View File

@@ -1,6 +0,0 @@
name: Sourceless Groups
pattern: (?<=^|[\s.-])(ELiTE|Megusta)\b
description: ''
tags:
- Release Group
tests: []