add(regex): STAN Regex/CF + Score
This commit is contained in:
parent
d3cb6e3dbd
commit
3b21e75c2d
|
|
@ -0,0 +1,59 @@
|
|||
name: STAN
|
||||
description: Matches 'STAN' WEB-DLs. Negates any encodes.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
conditions:
|
||||
- name: STAN Regex
|
||||
negate: false
|
||||
pattern: STAN
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not WEBRip
|
||||
negate: true
|
||||
required: true
|
||||
source: webrip
|
||||
type: source
|
||||
- name: Not x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: true
|
||||
type: release_title
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: AMZN Regex
|
||||
negate: false
|
||||
pattern: Amazon Prime
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: true
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: false
|
||||
id: 1
|
||||
input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]
|
||||
lastRun: '2025-01-14T09:45:16.007149'
|
||||
passes: true
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: AMZN Regex
|
||||
negate: false
|
||||
pattern: Amazon Prime
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: true
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: false
|
||||
id: 2
|
||||
input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English
|
||||
- Goki TAoE)
|
||||
lastRun: '2025-01-14T09:45:16.007149'
|
||||
passes: true
|
||||
|
|
@ -77,6 +77,8 @@ custom_formats:
|
|||
score: 30
|
||||
- name: SD Quality Tier 1
|
||||
score: 30
|
||||
- name: STAN
|
||||
score: 30
|
||||
- name: HULU
|
||||
score: 20
|
||||
- name: iT
|
||||
|
|
|
|||
|
|
@ -97,6 +97,8 @@ custom_formats:
|
|||
score: 30
|
||||
- name: SD Quality Tier 1
|
||||
score: 30
|
||||
- name: STAN
|
||||
score: 30
|
||||
- name: HDR10+
|
||||
score: 20
|
||||
- name: HULU
|
||||
|
|
|
|||
|
|
@ -87,6 +87,8 @@ custom_formats:
|
|||
score: 30
|
||||
- name: SD Quality Tier 1
|
||||
score: 30
|
||||
- name: STAN
|
||||
score: 30
|
||||
- name: HULU
|
||||
score: 20
|
||||
- name: iT
|
||||
|
|
|
|||
|
|
@ -60,6 +60,8 @@ custom_formats:
|
|||
score: 30
|
||||
- name: PMTP
|
||||
score: 30
|
||||
- name: STAN
|
||||
score: 30
|
||||
- name: HULU
|
||||
score: 20
|
||||
- name: iT
|
||||
|
|
|
|||
|
|
@ -92,6 +92,8 @@ custom_formats:
|
|||
score: 30
|
||||
- name: SD Quality Tier 1
|
||||
score: 30
|
||||
- name: STAN
|
||||
score: 30
|
||||
- name: HDR10+
|
||||
score: 20
|
||||
- name: HULU
|
||||
|
|
|
|||
|
|
@ -107,6 +107,8 @@ custom_formats:
|
|||
score: 30
|
||||
- name: SD Quality Tier 1
|
||||
score: 30
|
||||
- name: STAN
|
||||
score: 30
|
||||
- name: HDR10+
|
||||
score: 20
|
||||
- name: HULU
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@ custom_formats:
|
|||
score: 30
|
||||
- name: PMTP
|
||||
score: 30
|
||||
- name: STAN
|
||||
score: 30
|
||||
- name: HDR10+
|
||||
score: 20
|
||||
- name: HULU
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
name: STAN
|
||||
pattern: \b(stan)\\b[ ._-]web[ ._-]?(dl|rip)?\\b
|
||||
description: 'Stan is an Australian over-the-top streaming service. The service offers
|
||||
a broad range of film and television content from both local and foreign productions,
|
||||
particularly from the United States and United Kingdom. '
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
tests: []
|
||||
Loading…
Reference in New Issue