tweak(regex): Fix Roku
This commit is contained in:
parent
cbee79912a
commit
19b56e39ef
|
|
@ -1,5 +1,5 @@
|
|||
name: Roku
|
||||
pattern: \b(1080p[ .\-_]ROKU|ROKU[ .\-_]1080p)\b
|
||||
pattern: (?<=\b[12]\d{3}\b).*\b(ROKU)\b
|
||||
description: The Roku Channel is an over-the-top video streaming service available
|
||||
in the U.S., Canada, Mexico and the U.K. Launched in September 2017. The Roku Channel
|
||||
offers over 400 free live linear TV channels, more than 80,000 free movies and shows,
|
||||
|
|
@ -11,32 +11,40 @@ tests:
|
|||
- expected: true
|
||||
id: 1
|
||||
input: 10 Minutes Gone 2019 1080p ROKU WEB-DL DD 5 1 H 264-PiRaTeS
|
||||
lastRun: '2024-12-06T05:35:49.092439'
|
||||
lastRun: '2025-06-16T08:12:32.176786'
|
||||
matchSpan:
|
||||
end: 31
|
||||
start: 21
|
||||
matchedContent: 1080p ROKU
|
||||
start: 20
|
||||
matchedContent: ' 1080p ROKU'
|
||||
matchedGroups:
|
||||
- 1080p ROKU
|
||||
- ROKU
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 2
|
||||
input: Natsume's Book of Friends S06 AKA Natsume Yuujinchou Roku 1080p BluRay FLAC
|
||||
2.0 Hi10P x264-CyC
|
||||
lastRun: '2024-12-06T05:35:49.092439'
|
||||
matchSpan:
|
||||
end: 63
|
||||
start: 53
|
||||
matchedContent: Roku 1080p
|
||||
matchedGroups:
|
||||
- Roku 1080p
|
||||
passes: false
|
||||
- expected: false
|
||||
id: 3
|
||||
input: Natsume's Book of Friends AKA Natsume Yuujinchou Roku S06 1080p CR WEB-DL
|
||||
Dubbed AAC 2.0 H.264-Yameii
|
||||
lastRun: '2024-12-06T05:35:49.092439'
|
||||
lastRun: '2025-06-16T08:12:32.176786'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 3
|
||||
input: Natsume's Book of Friends AKA Natsume Yuujinchou Roku S06 1080p CR WEB-DL
|
||||
Dubbed AAC 2.0 H.264-Yameii
|
||||
lastRun: '2025-06-16T08:12:32.176786'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 4
|
||||
input: Flower & Garnet 2002 480p ROKU WEB-DL AAC 2.0 H.264-vase
|
||||
lastRun: '2025-06-16T08:12:32.176786'
|
||||
matchSpan:
|
||||
end: 30
|
||||
start: 20
|
||||
matchedContent: ' 480p ROKU'
|
||||
matchedGroups:
|
||||
- ROKU
|
||||
passes: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue