mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-20 04:37:02 +00:00
feat(Regex + Format): Add miscellaneous extra formats
- Black and White - 3D - AV1 - Scene
This commit is contained in:
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: []
|
||||
Reference in New Issue
Block a user