mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
feat(format): Add formats for x26(45)
This commit is contained in:
11
custom_formats/x264.yml
Normal file
11
custom_formats/x264.yml
Normal 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
11
custom_formats/x265.yml
Normal 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: []
|
||||
Reference in New Issue
Block a user