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])) {