mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-03 11:44:18 +02:00
Merge pull request #164 from Dictionarry-Hub/dev
Ban ASL / BSL / Audio Description Releases
This commit is contained in:
@@ -29,6 +29,11 @@ conditions:
|
|||||||
pattern: BiTOR
|
pattern: BiTOR
|
||||||
required: false
|
required: false
|
||||||
type: release_group
|
type: release_group
|
||||||
|
- name: BLASPHEMY
|
||||||
|
type: release_group
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: BLASPHEMY
|
||||||
- name: BOLS
|
- name: BOLS
|
||||||
negate: false
|
negate: false
|
||||||
pattern: BOLS
|
pattern: BOLS
|
||||||
|
|||||||
@@ -14,6 +14,11 @@ conditions:
|
|||||||
pattern: APEX
|
pattern: APEX
|
||||||
required: false
|
required: false
|
||||||
type: release_group
|
type: release_group
|
||||||
|
- name: BLOOM
|
||||||
|
type: release_group
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: BLOOM
|
||||||
- name: BTN
|
- name: BTN
|
||||||
negate: false
|
negate: false
|
||||||
pattern: BTN
|
pattern: BTN
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: ASL
|
name: ASL
|
||||||
pattern: \b(ASL)\b
|
pattern: \b(ASL|BSL|Audio[ ._-]Description)\b
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- Enhancements
|
- Enhancements
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
name: BLOOM
|
||||||
|
pattern: (?<=^|[\s.-])BLOOM\b
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- WEB-DL
|
||||||
|
tests: []
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
name: SEV
|
||||||
|
pattern: (?<=^|[\s.-])(SEV|D0ct0rLew|Kira)\b
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- HEVC
|
||||||
|
tests: []
|
||||||
Reference in New Issue
Block a user