add: Added WEB Scene groups and format
This commit is contained in:
parent
6f3829d83b
commit
a8a5b5bca4
|
|
@ -0,0 +1,15 @@
|
|||
name: WEB Scene
|
||||
description: ''
|
||||
tags: []
|
||||
conditions:
|
||||
- name: DEFLATE
|
||||
type: release_group
|
||||
required: false
|
||||
negate: false
|
||||
pattern: DEFLATE
|
||||
- name: INFLATE
|
||||
type: release_group
|
||||
required: false
|
||||
negate: false
|
||||
pattern: INFLATE
|
||||
tests: []
|
||||
|
|
@ -16,6 +16,8 @@ custom_formats:
|
|||
score: 1700
|
||||
- name: WEB Tier 02
|
||||
score: 1650
|
||||
- name: WEB Scene
|
||||
score: 1600
|
||||
- name: WEB Tier 03
|
||||
score: 1600
|
||||
- name: ATVP
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
name: DEFLATE
|
||||
pattern: ^(DEFLATE)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
name: INFLATE
|
||||
pattern: ^(INFLATE)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
Loading…
Reference in New Issue