create(regex): NOW TV
This commit is contained in:
parent
fca749bc1f
commit
133384b0bf
|
|
@ -0,0 +1,40 @@
|
|||
name: NOW
|
||||
description: Matches 'Now' WEB-DLs. Negates any encodes.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
conditions:
|
||||
- name: NOW Regex
|
||||
negate: false
|
||||
pattern: Now
|
||||
required: false
|
||||
type: release_title
|
||||
- name: NOW Rename Regex
|
||||
negate: false
|
||||
pattern: Now Rename
|
||||
required: false
|
||||
type: release_title
|
||||
- name: WEB-DL
|
||||
negate: false
|
||||
required: true
|
||||
source: web_dl
|
||||
type: source
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: NOW Regex
|
||||
negate: false
|
||||
pattern: Now
|
||||
required: false
|
||||
type: release_title
|
||||
- matches: false
|
||||
name: NOW Rename Regex
|
||||
negate: false
|
||||
pattern: Now Rename
|
||||
required: false
|
||||
type: release_title
|
||||
expected: true
|
||||
id: 1
|
||||
input: Aisha 2022 1080p NOW WEB-DL DD+ 5.1 H.264-SMURF
|
||||
lastRun: '2025-04-21T20:24:08.521814'
|
||||
passes: true
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
name: Now Rename
|
||||
pattern: \[(NOW)\b|\b(NOW)\]
|
||||
description: Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top
|
||||
streaming television service launched in the United Kingdom in 2012. It is operated
|
||||
by Sky Group in Europe, and Xfinity in the US; both owned by the American media
|
||||
conglomerate Comcast.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
name: Now
|
||||
pattern: \b(now)\b[ ._-]web[ ._-]?(dl|rip)?\b
|
||||
description: Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top
|
||||
streaming television service launched in the United Kingdom in 2012. It is operated
|
||||
by Sky Group in Europe, and Xfinity in the US; both owned by the American media
|
||||
conglomerate Comcast.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
tests: []
|
||||
Loading…
Reference in New Issue