feat(Regex + Format): Add miscellaneous extra formats
- Black and White - 3D - AV1 - Scene
This commit is contained in:
parent
d6c0d62032
commit
8c73678370
8 changed files with 164 additions and 0 deletions
12
custom_formats/3D.yml
Normal file
12
custom_formats/3D.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: 3D
|
||||
description: Matches the '3D' Regex Pattern
|
||||
tags:
|
||||
- Enhancement
|
||||
- Unwanted
|
||||
conditions:
|
||||
- name: 3D
|
||||
negate: false
|
||||
pattern: 3D
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue