tweak(format): Add HODL Efficient WEB Tier 6
This commit is contained in:
parent
ec0ad87128
commit
dd16eac25a
|
|
@ -26,6 +26,11 @@ conditions:
|
||||||
required: false
|
required: false
|
||||||
source: webrip
|
source: webrip
|
||||||
type: source
|
type: source
|
||||||
|
- name: HODL
|
||||||
|
type: release_group
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: HODL
|
||||||
- name: iVy
|
- name: iVy
|
||||||
negate: false
|
negate: false
|
||||||
pattern: iVy
|
pattern: iVy
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
name: HODL
|
||||||
|
pattern: (?<=^|[\s.-])HODL\b
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- WEB-DL
|
||||||
|
tests: []
|
||||||
Loading…
Reference in New Issue