tweak(format): Fix Max Rename Import
This commit is contained in:
parent
abc72653dc
commit
c070c7d2f0
|
|
@ -7,8 +7,13 @@ conditions:
|
|||
- name: MAX Regex
|
||||
negate: false
|
||||
pattern: Max
|
||||
required: true
|
||||
required: false
|
||||
type: release_title
|
||||
- name: MAX Rename Regex
|
||||
type: release_title
|
||||
required: false
|
||||
negate: false
|
||||
pattern: Max Rename
|
||||
- name: WEB-DL
|
||||
negate: false
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ description: HBO Max is an American subscription video-on-demand streaming servi
|
|||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
- WEBRip
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
|
|
|||
|
|
@ -0,0 +1,60 @@
|
|||
name: Max Rename
|
||||
pattern: \[(MAX)\b|\b(MAX)\]
|
||||
description: Max, formerly (and in some regions still) known as HBO Max, is an American
|
||||
subscription video on-demand over-the-top streaming service. The platform offers
|
||||
content from the libraries of Warner Bros., Discovery, HBO, CNN, Cartoon Network,
|
||||
Adult Swim, Animal Planet, TBS, TNT, Eurosport, and their related brands.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Dune Prophecy S01E02 Two Wolves 1080p MAX WEB-DL DDP5 1 Atmos H 264-FLUX
|
||||
lastRun: '2024-12-06T02:54:31.077207'
|
||||
matchSpan:
|
||||
end: 41
|
||||
start: 38
|
||||
matchedContent: MAX
|
||||
matchedGroups:
|
||||
- MAX
|
||||
- DL
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 2
|
||||
input: Guardians of the Galaxy Vol. 3 (2023) IMAX (2160p MA WEB-DL Hybrid H265 DV
|
||||
HDR DDP Atmos 5.1 English - HONE)
|
||||
lastRun: '2024-12-06T02:54:31.077207'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 3
|
||||
input: Max.Verstappen.Anatomy.of.a.Champion.S01E01.1080p.WEB.h264-B2B
|
||||
lastRun: '2024-12-06T02:54:31.077207'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 4
|
||||
input: Silicon Valley S06 1080p HMAX WEB-DL DD5 1 H 264-PHOENiX
|
||||
lastRun: '2024-12-06T02:54:31.077207'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 5
|
||||
input: Dune Prophecy S01E01 The Hidden Hand 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR
|
||||
H.265-FLUX
|
||||
lastRun: '2024-12-06T02:54:31.077207'
|
||||
matchSpan:
|
||||
end: 46
|
||||
start: 43
|
||||
matchedContent: MAX
|
||||
matchedGroups:
|
||||
- MAX
|
||||
- DL
|
||||
passes: true
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
name: Viu
|
||||
pattern: \b(Viu)\b
|
||||
description: Viu is a Hong Kong-based over-the-top video on demand streaming service from PCCW Media Group's Viu International Ltd. Viu delivers content in different genres from Asia's top content providers with local language subtitles
|
||||
description: Viu is a Hong Kong-based over-the-top video on demand streaming service
|
||||
from PCCW Media Group's Viu International Ltd. Viu delivers content in different
|
||||
genres from Asia's top content providers with local language subtitles
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
- WEBRip
|
||||
tests: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue