Channel Name adjustment
This commit is contained in:
@@ -35,7 +35,7 @@ export async function GET() {
|
||||
if (channelName) channels.push(channelName)
|
||||
}
|
||||
|
||||
const oneoffs = ["BBC America (BBCA)", "CBC CA", "CBS Sports Network (CBSSN)", "CTV 2 Canada", "CTV Canada", "Citytv ", "Discovery Channel", "Discovery Family", "Discovery Life Channel", "Disney", "E! Entertainment Television", "FX Movie Channel", "FYI", "Fox News", "Freeform", "Game Show Network", "Global CA", "HGTV", "MSNBC ", "NBC Sports", "NICK", "National Geographic", "Oprah Winfrey Network (OWN)", "Oxygen True Crime", "Paramount Network", "RDS CA", "RDS 2 CA", "TLC ", "The Food Network", "The Hallmark Channel", "The Weather Channel", "VICE TV", "WWE Network"]
|
||||
const oneoffs = ["BBC America (BBCA)", "CBC CA", "CBS Sports Network (CBSSN)", "CTV 2 Canada", "CTV Canada", "Citytv ", "Discovery Channel", "Discovery Family", "Discovery Life Channel", "Disney", "E! Entertainment Television", "FX Movie Channel", "FYI", "Fox News", "Freeform", "Game Show Network", "Global CA", "HGTV", "MSNBC ", "NBC Sports", "NICK", "National Geographic", "Oprah Winfrey Network (OWN)", "Oxygen True Crime", "Paramount Network", "RDS CA", "RDS 2 CA", "TLC", "The Food Network", "The Hallmark Channel", "The Weather Channel", "VICE TV", "WWE Network"]
|
||||
|
||||
const filteredChannels = channels.filter(name => {
|
||||
if (name.includes("USA")) return true
|
||||
|
||||
@@ -70,7 +70,7 @@ export const manualNameToIdMappings: Record<string, string> = {
|
||||
"Investigation Discovery (ID USA)": "InvestigationDiscovery.us",
|
||||
"Longhorn Network USA": "LonghornNetwork.us",
|
||||
"MASN USA": "MASN.us",
|
||||
"MAVTV USA": "RacerNetwork.us",
|
||||
"MAVTV USA": "MAVTV.us",
|
||||
"METV USA": "MercedEducationalTV.us",
|
||||
"MLB Network USA": "MLBNetwork.us",
|
||||
"MSG USA": "MSG.us",
|
||||
@@ -96,13 +96,14 @@ export const manualNameToIdMappings: Record<string, string> = {
|
||||
"Showtime SHOxBET USA": "ShoxBet.us",
|
||||
"Showtime USA": "Showtime.us",
|
||||
"Sportsnet 360": "Sportsnet360.ca",
|
||||
"Sportsnet East": "Sportsnet.ca",
|
||||
"Sportsnet East": "SportsnetEast.ca",
|
||||
"Sportsnet One": "SportsnetOne.ca",
|
||||
"Sportsnet Ontario": "SportsnetOntario.ca",
|
||||
"Sportsnet West": "SportsnetWest.ca",
|
||||
"Sportsnet World": "SportsnetWorld.ca",
|
||||
"TBS USA": "TBS.us",
|
||||
"TCM USA": "TCM.us",
|
||||
"TLC": "TLC.us",
|
||||
"TMC Channel USA": "TheMovieChannel.us",
|
||||
"TNT USA": "TNT.us",
|
||||
"TSN1": "TSN1.ca",
|
||||
|
||||
Reference in New Issue
Block a user