create(regex): Streaming Service Release Groups (#28)
- Included various streaming service release groups so they can be used for custom CFs (streaming service tiers for example)
This commit is contained in:
parent
7e89a71cc8
commit
f1e049a0de
|
|
@ -0,0 +1,6 @@
|
|||
name: ABBIE
|
||||
pattern: (?<=^|[\s.-])ABBIE\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: APEX
|
||||
pattern: (?<=^|[\s.-])APEX\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: BLUTONiUM
|
||||
pattern: (?<=^|[\s.-])BLUTONiUM\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: BYNDR
|
||||
pattern: (?<=^|[\s.-])BYNDR\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: CRFW
|
||||
pattern: (?<=^|[\s.-])CRFW\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: HHWEB
|
||||
pattern: (?<=^|[\s.-])HHWEB\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: KiNGS
|
||||
pattern: (?<=^|[\s.-])KiNGS\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: MZABI
|
||||
pattern: (?<=^|[\s.-])MZABI\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: NOSiViD
|
||||
pattern: (?<=^|[\s.-])NOSiViD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: NTG
|
||||
pattern: (?<=^|[\s.-])NTG\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -3,4 +3,14 @@ pattern: (?<=^|[\s.-])NTb\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Zen - Grogu and Dust Bunnies (2022) 2160p DSNP WEB-DL H265 HDR DDP 5.1 English-NTb
|
||||
lastRun: '2025-02-09T03:39:58.482938'
|
||||
matchSpan:
|
||||
end: 82
|
||||
start: 79
|
||||
matchedContent: NTb
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
|
|
|
|||
|
|
@ -3,4 +3,22 @@ pattern: (?<=^|[\s.-])PTer\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
tests:
|
||||
- expected: false
|
||||
id: 1
|
||||
input: "\u7BB1\u7537.Hako.otoko.2024.1080p.NF.WEB-DL.x264.DDP5.1-PTerWEB"
|
||||
lastRun: '2025-02-09T03:36:13.163388'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 2
|
||||
input: Ying.Hung.Boon.Sik.1986.REPACK.1080p.UHD.BluRay.DD+7.1.DoVi.HDR10.x265-PTer
|
||||
lastRun: '2025-02-09T03:36:13.163388'
|
||||
matchSpan:
|
||||
end: 75
|
||||
start: 71
|
||||
matchedContent: PTer
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
name: PTerWEB
|
||||
pattern: (?<=^|[\s.-])PTerWEB\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: "\u7BB1\u7537.Hako.otoko.2024.1080p.NF.WEB-DL.x264.DDP5.1-PTerWEB"
|
||||
lastRun: '2025-02-09T03:36:19.441066'
|
||||
matchSpan:
|
||||
end: 54
|
||||
start: 47
|
||||
matchedContent: PTerWEB
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 2
|
||||
input: Ying.Hung.Boon.Sik.1986.REPACK.1080p.UHD.BluRay.DD+7.1.DoVi.HDR10.x265-PTer
|
||||
lastRun: '2025-02-09T03:36:19.441066'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: SMURF
|
||||
pattern: (?<=^|[\s.-])SMURF\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: SiC
|
||||
pattern: (?<=^|[\s.-])SiC\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: SiGMA
|
||||
pattern: (?<=^|[\s.-])SiGMA\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: TEPES
|
||||
pattern: (?<=^|[\s.-])TEPES\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: XEBEC
|
||||
pattern: (?<=^|[\s.-])XEBEC\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: dB
|
||||
pattern: (?<=^|[\s.-])dB\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: playWEB
|
||||
pattern: (?<=^|[\s.-])playWEB\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
Loading…
Reference in New Issue