From 19b56e39efed8f3b283f9d007b2a050c93bff516 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 16 Jun 2025 08:13:21 -0500 Subject: [PATCH] tweak(regex): Fix Roku --- regex_patterns/Roku.yml | 44 ++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/regex_patterns/Roku.yml b/regex_patterns/Roku.yml index d0a74df..0bf4f0f 100644 --- a/regex_patterns/Roku.yml +++ b/regex_patterns/Roku.yml @@ -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