diff --git a/common/known-removable-phrases.js b/common/known-removable-phrases.js index 9310f97b..f84227da 100644 --- a/common/known-removable-phrases.js +++ b/common/known-removable-phrases.js @@ -1045,6 +1045,7 @@ const knownRemovablePhrases = [ "Vladimir Pogacic's", "Wallace & Gromit in ", "Wallace & Gromit :", + "Wanted: Undead or Alive –", "Weird Wednesday:", "Windrush Caribbean Film Festival 2025:", "Work in Progress:", diff --git a/common/tests/test-titles.json b/common/tests/test-titles.json index b80ba9a5..d13a1b0a 100644 --- a/common/tests/test-titles.json +++ b/common/tests/test-titles.json @@ -72506,5 +72506,17 @@ { "input": "QUICKSILVER presented by Jellied Reels", "output": "quicksilver" + }, + { + "input": "Wanted: Undead or Alive – Billy the Kid Versus Dracula and Billy the Kid and The Green Baize Vampire", + "output": "billy the kid versus dracula billy the kid the green baize vampire" + }, + { + "input": "Toy Story (3D)", + "output": "toy story" + }, + { + "input": "Above And Below The Line Exhibition Launch Event: Italian Women In The Film Industry, Past & Present", + "output": "above below the line exhibition launch event italian women in the film industry past present" } ]