mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +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:
27
regex_patterns/mkv.yml
Normal file
27
regex_patterns/mkv.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: mkv
|
||||
pattern: .mkv|.mp4
|
||||
description: Matches MKV and MP4 containers. Helps to differentiate file names from
|
||||
torrent names.
|
||||
tags:
|
||||
- Container
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Full.Metal.Jacket.1987.1080p.HMAX.WEB-DL.DD5.1.HEVC-SiGLA.mkv
|
||||
lastRun: '2024-12-11T05:19:13.022900'
|
||||
matchSpan:
|
||||
end: 61
|
||||
start: 57
|
||||
matchedContent: .mkv
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 2
|
||||
input: "Don\u2019t Move \u201CDirected by Anthony Melton\u201D_HD_1920x1080_tt2846600.mp4"
|
||||
lastRun: '2024-12-11T05:19:13.022900'
|
||||
matchSpan:
|
||||
end: 66
|
||||
start: 62
|
||||
matchedContent: .mp4
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
Reference in New Issue
Block a user