tweak(format): Fix Max Rename Import

This commit is contained in:
Seraphys 2025-05-16 14:25:21 -05:00
parent abc72653dc
commit c070c7d2f0
4 changed files with 70 additions and 4 deletions

View File

@ -7,8 +7,13 @@ conditions:
- name: MAX Regex - name: MAX Regex
negate: false negate: false
pattern: Max pattern: Max
required: true required: false
type: release_title type: release_title
- name: MAX Rename Regex
type: release_title
required: false
negate: false
pattern: Max Rename
- name: WEB-DL - name: WEB-DL
negate: false negate: false
required: true required: true

View File

@ -7,7 +7,6 @@ description: HBO Max is an American subscription video-on-demand streaming servi
tags: tags:
- Streaming Service - Streaming Service
- WEB-DL - WEB-DL
- WEBRip
tests: tests:
- expected: true - expected: true
id: 1 id: 1

View File

@ -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

View File

@ -1,7 +1,9 @@
name: Viu name: Viu
pattern: \b(Viu)\b 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: tags:
- Streaming Service - Streaming Service
- WEB-DL - WEB-DL
- WEBRip tests: []