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:
Seraphys
2025-02-08 21:43:50 -06:00
committed by GitHub
parent 7e89a71cc8
commit f1e049a0de
20 changed files with 156 additions and 2 deletions

6
regex_patterns/ABBIE.yml Normal file
View File

@@ -0,0 +1,6 @@
name: ABBIE
pattern: (?<=^|[\s.-])ABBIE\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/APEX.yml Normal file
View File

@@ -0,0 +1,6 @@
name: APEX
pattern: (?<=^|[\s.-])APEX\b
description: ''
tags:
- Release Group
tests: []

View File

@@ -0,0 +1,6 @@
name: BLUTONiUM
pattern: (?<=^|[\s.-])BLUTONiUM\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/BYNDR.yml Normal file
View File

@@ -0,0 +1,6 @@
name: BYNDR
pattern: (?<=^|[\s.-])BYNDR\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/CRFW.yml Normal file
View File

@@ -0,0 +1,6 @@
name: CRFW
pattern: (?<=^|[\s.-])CRFW\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/HHWEB.yml Normal file
View File

@@ -0,0 +1,6 @@
name: HHWEB
pattern: (?<=^|[\s.-])HHWEB\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/KiNGS.yml Normal file
View File

@@ -0,0 +1,6 @@
name: KiNGS
pattern: (?<=^|[\s.-])KiNGS\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/MZABI.yml Normal file
View File

@@ -0,0 +1,6 @@
name: MZABI
pattern: (?<=^|[\s.-])MZABI\b
description: ''
tags:
- Release Group
tests: []

View File

@@ -0,0 +1,6 @@
name: NOSiViD
pattern: (?<=^|[\s.-])NOSiViD\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/NTG.yml Normal file
View File

@@ -0,0 +1,6 @@
name: NTG
pattern: (?<=^|[\s.-])NTG\b
description: ''
tags:
- Release Group
tests: []

View File

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

View File

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

View File

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

6
regex_patterns/SMURF.yml Normal file
View File

@@ -0,0 +1,6 @@
name: SMURF
pattern: (?<=^|[\s.-])SMURF\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/SiC.yml Normal file
View File

@@ -0,0 +1,6 @@
name: SiC
pattern: (?<=^|[\s.-])SiC\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/SiGMA.yml Normal file
View File

@@ -0,0 +1,6 @@
name: SiGMA
pattern: (?<=^|[\s.-])SiGMA\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/TEPES.yml Normal file
View File

@@ -0,0 +1,6 @@
name: TEPES
pattern: (?<=^|[\s.-])TEPES\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/XEBEC.yml Normal file
View File

@@ -0,0 +1,6 @@
name: XEBEC
pattern: (?<=^|[\s.-])XEBEC\b
description: ''
tags:
- Release Group
tests: []

6
regex_patterns/dB.yml Normal file
View File

@@ -0,0 +1,6 @@
name: dB
pattern: (?<=^|[\s.-])dB\b
description: ''
tags:
- Release Group
tests: []

View File

@@ -0,0 +1,6 @@
name: playWEB
pattern: (?<=^|[\s.-])playWEB\b
description: ''
tags:
- Release Group
tests: []