tweak(format): Ban AOC
This commit is contained in:
parent
4b60026147
commit
39ff7f434a
|
|
@ -14,6 +14,11 @@ conditions:
|
||||||
pattern: 4K4U
|
pattern: 4K4U
|
||||||
required: false
|
required: false
|
||||||
type: release_group
|
type: release_group
|
||||||
|
- name: AOC
|
||||||
|
type: release_group
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: AOC
|
||||||
- name: AROMA
|
- name: AROMA
|
||||||
negate: false
|
negate: false
|
||||||
pattern: AROMA
|
pattern: AROMA
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
name: AOC
|
||||||
|
pattern: (?<=^|[\s.-])AOC\b
|
||||||
|
description: Banned for Excessive Audio Streams
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- WEB-DL
|
||||||
|
tests: []
|
||||||
Loading…
Reference in New Issue