tweak(regex): Update BCORE Regex & CF
This commit is contained in:
parent
594f1b26e0
commit
8866609122
|
|
@ -7,16 +7,21 @@ conditions:
|
|||
- name: BCORE Regex
|
||||
negate: false
|
||||
pattern: Bravia Core
|
||||
required: true
|
||||
required: false
|
||||
type: release_title
|
||||
- name: BCORE Rename Regex
|
||||
type: release_title
|
||||
required: false
|
||||
negate: false
|
||||
pattern: Bravia Core Rename
|
||||
- name: WEB-DL
|
||||
negate: false
|
||||
required: false
|
||||
source: web_dl
|
||||
type: source
|
||||
- name: WEBRip
|
||||
type: source
|
||||
required: false
|
||||
negate: false
|
||||
required: false
|
||||
source: webrip
|
||||
type: source
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
name: Bravia Core Rename
|
||||
pattern: \[(BCORE)\b|\b(BCORE)\]
|
||||
description: Sony Pictures Core (formerly known as Bravia Core) is a video on demand
|
||||
service from Sony for its televisions and smartphones, launched in April 2021. The
|
||||
service offers the streaming of movies at up to 4K resolution provided by Sony Pictures
|
||||
Entertainment. CORE stands for Centre of Real Entertainment.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
name: Bravia Core
|
||||
pattern: \b(BCORE)\b
|
||||
pattern: \b(BCORE|CORE)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)
|
||||
description: Sony Pictures Core (formerly known as Bravia Core) is a video on demand
|
||||
service from Sony for its televisions and smartphones, launched in April 2021. The
|
||||
service offers the streaming of movies at up to 4K resolution provided by Sony Pictures
|
||||
|
|
|
|||
Loading…
Reference in New Issue