Files
database/custom_formats/Scene.yml
santiagosayshey 8c73678370 feat(Regex + Format): Add miscellaneous extra formats
- Black and White
- 3D
- AV1
- Scene
2024-12-13 10:00:34 +10:50

16 lines
273 B
YAML

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: []