tweak(regex): Peacock Regex Fix
This commit is contained in:
parent
cec018097e
commit
e06f68583d
|
|
@ -1,5 +1,6 @@
|
||||||
name: Peacock TV
|
name: Peacock TV
|
||||||
pattern: \b(?:(?:1080|2160|720)p\s+PCOK|(?:Peacock\s+Web-?DL|Web-?DL\s+Peacock))\b
|
pattern: \b(?:(?:1080|2160|720)p(?:[ .]+)PCOK|(?:Peacock(?:[ .]+)Web-?DL|Web-?DL(?:[
|
||||||
|
.]+)Peacock))\b
|
||||||
description: Peacock is an American over-the-top subscription streaming service owned
|
description: Peacock is an American over-the-top subscription streaming service owned
|
||||||
and operated by Peacock TV, LLC, a subsidiary of NBCUniversal Media Group. The service
|
and operated by Peacock TV, LLC, a subsidiary of NBCUniversal Media Group. The service
|
||||||
primarily features series and film content from NBCUniversal studios and other third-party
|
primarily features series and film content from NBCUniversal studios and other third-party
|
||||||
|
|
@ -11,7 +12,7 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 1
|
id: 1
|
||||||
input: The Day of the Jackal S01E05 1080p PCOK WEB-DL DDP5 1 H 264-STC
|
input: The Day of the Jackal S01E05 1080p PCOK WEB-DL DDP5 1 H 264-STC
|
||||||
lastRun: '2024-12-06T01:57:36.984387'
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 39
|
end: 39
|
||||||
start: 29
|
start: 29
|
||||||
|
|
@ -22,7 +23,7 @@ tests:
|
||||||
id: 2
|
id: 2
|
||||||
input: Fight Night - The Million Dollar Heist (2024) S01E01 (2160p PCOK WEB-DL H265
|
input: Fight Night - The Million Dollar Heist (2024) S01E01 (2160p PCOK WEB-DL H265
|
||||||
SDR DDP 5.1 English - HONE)
|
SDR DDP 5.1 English - HONE)
|
||||||
lastRun: '2024-12-06T01:57:36.984387'
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 64
|
end: 64
|
||||||
start: 54
|
start: 54
|
||||||
|
|
@ -32,7 +33,7 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 3
|
id: 3
|
||||||
input: Halloween Kills 2021 1080p Peacock WebDL H264 AC3 Will1869
|
input: Halloween Kills 2021 1080p Peacock WebDL H264 AC3 Will1869
|
||||||
lastRun: '2024-12-06T01:57:36.984387'
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 40
|
end: 40
|
||||||
start: 27
|
start: 27
|
||||||
|
|
@ -42,7 +43,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 4
|
id: 4
|
||||||
input: Peacock.S01.1080p.AMZN.WEB-DL.DDP2.0.H.264-Cinefeel
|
input: Peacock.S01.1080p.AMZN.WEB-DL.DDP2.0.H.264-Cinefeel
|
||||||
lastRun: '2024-12-06T01:57:36.984387'
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -50,7 +51,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 5
|
id: 5
|
||||||
input: Peacock.S02.1080p.iP.WEB-DL.AAC2.0.H.264-RNG
|
input: Peacock.S02.1080p.iP.WEB-DL.AAC2.0.H.264-RNG
|
||||||
lastRun: '2024-12-06T01:57:36.984387'
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
@ -58,8 +59,28 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 6
|
id: 6
|
||||||
input: Banana Fish S01E16 Lo The Poor Peacock WEB h264-PLUTONiUM
|
input: Banana Fish S01E16 Lo The Poor Peacock WEB h264-PLUTONiUM
|
||||||
lastRun: '2024-12-06T01:57:36.984387'
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
passes: true
|
passes: true
|
||||||
|
- expected: true
|
||||||
|
id: 7
|
||||||
|
input: Kingsman The Secret Service 2014 1080p PCOK WEB-DL DDP 5 1 H 264-PiRaTeS
|
||||||
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
|
matchSpan:
|
||||||
|
end: 43
|
||||||
|
start: 33
|
||||||
|
matchedContent: 1080p PCOK
|
||||||
|
matchedGroups: []
|
||||||
|
passes: true
|
||||||
|
- expected: true
|
||||||
|
id: 8
|
||||||
|
input: Kingsman.The.Secret.Service.2014.1080p.PCOK.WEB-DL.DDP.5.1.H.264-PiRaTeS
|
||||||
|
lastRun: '2025-03-25T16:16:33.336288'
|
||||||
|
matchSpan:
|
||||||
|
end: 43
|
||||||
|
start: 33
|
||||||
|
matchedContent: 1080p.PCOK
|
||||||
|
matchedGroups: []
|
||||||
|
passes: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue