feat(Regex + Format): Add miscellaneous extra formats

- Black and White
- 3D
- AV1
- Scene
This commit is contained in:
santiagosayshey
2024-12-13 10:00:34 +10:50
parent d6c0d62032
commit 8c73678370
8 changed files with 164 additions and 0 deletions

15
custom_formats/Scene.yml Normal file
View 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: []