mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 16:26:58 +00:00
tweak(regex): Update BCORE Regex & CF
This commit is contained in:
@@ -7,16 +7,21 @@ conditions:
|
|||||||
- name: BCORE Regex
|
- name: BCORE Regex
|
||||||
negate: false
|
negate: false
|
||||||
pattern: Bravia Core
|
pattern: Bravia Core
|
||||||
required: true
|
required: false
|
||||||
type: release_title
|
type: release_title
|
||||||
|
- name: BCORE Rename Regex
|
||||||
|
type: release_title
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: Bravia Core Rename
|
||||||
- name: WEB-DL
|
- name: WEB-DL
|
||||||
negate: false
|
negate: false
|
||||||
required: false
|
required: false
|
||||||
source: web_dl
|
source: web_dl
|
||||||
type: source
|
type: source
|
||||||
- name: WEBRip
|
- name: WEBRip
|
||||||
type: source
|
|
||||||
required: false
|
|
||||||
negate: false
|
negate: false
|
||||||
|
required: false
|
||||||
source: webrip
|
source: webrip
|
||||||
|
type: source
|
||||||
tests: []
|
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
|
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
|
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 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
|
service offers the streaming of movies at up to 4K resolution provided by Sony Pictures
|
||||||
|
|||||||
Reference in New Issue
Block a user