From e0d98eb914b754eab5b8a00a040fb48167ab0da6 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 13 Nov 2025 17:19:53 +0100 Subject: [PATCH] Update daily show normalization --- Blacklight/processing/tv/TV.php | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/Blacklight/processing/tv/TV.php b/Blacklight/processing/tv/TV.php index 9aa938e54..ee7ed54b7 100755 --- a/Blacklight/processing/tv/TV.php +++ b/Blacklight/processing/tv/TV.php @@ -455,10 +455,24 @@ abstract class TV extends Videos 'colbert' => 'The Late Show with Stephen Colbert', 'daily show' => 'The Daily Show', 'the daily show' => 'The Daily Show', - 'daily show with jon stewart' => 'The Daily Show', - 'daily show with trevor noah' => 'The Daily Show', - 'the daily show with jon stewart' => 'The Daily Show', - 'the daily show with trevor noah' => 'The Daily Show', + 'daily show with jon stewart' => 'The Daily Show with Jon Stewart', + 'the daily show with jon stewart' => 'The Daily Show with Jon Stewart', + 'daily show with trevor noah' => 'The Daily Show with Trevor Noah', + 'the daily show with trevor noah' => 'The Daily Show with Trevor Noah', + 'seth meyers' => 'Late Night with Seth Meyers', + 'late night with seth meyers' => 'Late Night with Seth Meyers', + 'late night seth meyers' => 'Late Night with Seth Meyers', + 'jimmy kimmel' => 'Jimmy Kimmel Live!', + 'jimmy kimmel live' => 'Jimmy Kimmel Live!', + 'the late late show with james corden' => 'The Late Late Show with James Corden', + 'late late show with james corden' => 'The Late Late Show with James Corden', + 'late show with james corden' => 'The Late Late Show with James Corden', + 'james corden' => 'The Late Late Show with James Corden', + 'late late show james corden' => 'The Late Late Show with James Corden', + 'jimmy fallon' => 'The Tonight Show Starring Jimmy Fallon', + 'the tonight show starring jimmy fallon' => 'The Tonight Show Starring Jimmy Fallon', + 'tonight show with jimmy fallon' => 'The Tonight Show Starring Jimmy Fallon', + 'tonight show jimmy fallon' => 'The Tonight Show Starring Jimmy Fallon', ]; if (isset($aliases[$normalized])) {