feat(format): Add formats for x26(45)

This commit is contained in:
santiagosayshey
2024-12-08 23:29:08 +10:50
parent 06f2e63ff8
commit 84b094750a
2 changed files with 22 additions and 0 deletions

11
custom_formats/x264.yml Normal file
View File

@@ -0,0 +1,11 @@
name: x264
description: Matches 'x264' regex pattern.
tags:
- Codec
conditions:
- name: x264
negate: false
pattern: x264
required: true
type: release_title
tests: []

11
custom_formats/x265.yml Normal file
View File

@@ -0,0 +1,11 @@
name: x265
description: Matches 'x265' regex pattern.
tags:
- Codec
conditions:
- name: x265
negate: false
pattern: x265
required: true
type: release_title
tests: []