mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update daily show normalization
This commit is contained in:
@@ -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])) {
|
||||
|
||||
Reference in New Issue
Block a user