Update daily show normalization

This commit is contained in:
DariusIII
2025-11-13 17:19:53 +01:00
parent f0051ee834
commit e0d98eb914
+18 -4
View File
@@ -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])) {