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
15
custom_formats/Scene.yml
Normal file
15
custom_formats/Scene.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Scene
|
||||
description: Matches Scene regex patterns, negates any WEB-DLs.
|
||||
tags: []
|
||||
conditions:
|
||||
- name: Scene
|
||||
type: release_title
|
||||
required: true
|
||||
negate: false
|
||||
pattern: Scene
|
||||
- name: WEB-DL
|
||||
type: source
|
||||
required: false
|
||||
negate: true
|
||||
source: web_dl
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue