mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-12 16:57:00 +00:00
feat(format): Add format for identifying missing h265 in files
- Check for specific groups, file markers (mkv, mp4), and WEB source - Negate if h265 already
This commit is contained in:
16
regex_patterns/h265 WEB Groups.yml
Normal file
16
regex_patterns/h265 WEB Groups.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: h265 WEB Groups
|
||||
pattern: (?<=^|[\s.-])SiGLA\b
|
||||
description: Attempts to match groups who label their h265 WEB-DLs as HEVC.
|
||||
tags:
|
||||
- Release Group
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Full.Metal.Jacket.1987.1080p.HMAX.WEB-DL.DD5.1.HEVC-SiGLA.mkv
|
||||
lastRun: '2024-12-12T06:05:25.670476'
|
||||
matchSpan:
|
||||
end: 57
|
||||
start: 52
|
||||
matchedContent: SiGLA
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
Reference in New Issue
Block a user