tweak(regex): Fix Roku

This commit is contained in:
Seraphys 2025-06-16 08:13:21 -05:00
parent cbee79912a
commit 19b56e39ef
1 changed files with 26 additions and 18 deletions

View File

@ -1,5 +1,5 @@
name: Roku 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 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 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, offers over 400 free live linear TV channels, more than 80,000 free movies and shows,
@ -11,32 +11,40 @@ tests:
- expected: true - expected: true
id: 1 id: 1
input: 10 Minutes Gone 2019 1080p ROKU WEB-DL DD 5 1 H 264-PiRaTeS 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: matchSpan:
end: 31 end: 31
start: 21 start: 20
matchedContent: 1080p ROKU matchedContent: ' 1080p ROKU'
matchedGroups: matchedGroups:
- 1080p ROKU - ROKU
passes: true passes: true
- expected: false - expected: false
id: 2 id: 2
input: Natsume's Book of Friends S06 AKA Natsume Yuujinchou Roku 1080p BluRay FLAC input: Natsume's Book of Friends S06 AKA Natsume Yuujinchou Roku 1080p BluRay FLAC
2.0 Hi10P x264-CyC 2.0 Hi10P x264-CyC
lastRun: '2024-12-06T05:35:49.092439' lastRun: '2025-06-16T08:12:32.176786'
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'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
passes: true 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