mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
tweak(regex): Update BCORE Regex & CF
This commit is contained in:
@@ -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: []
|
||||
|
||||
10
regex_patterns/Bravia Core Rename.yml
Normal file
10
regex_patterns/Bravia Core Rename.yml
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user