feat(format): Add formats for x26(45)
This commit is contained in:
parent
06f2e63ff8
commit
84b094750a
|
|
@ -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: []
|
||||
|
|
@ -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: []
|
||||
Loading…
Reference in New Issue