diff --git a/common/known-removable-phrases.js b/common/known-removable-phrases.js index 0a9cc4f..4212020 100644 --- a/common/known-removable-phrases.js +++ b/common/known-removable-phrases.js @@ -785,6 +785,7 @@ const knownRemovablePhrases = [ "3D Re-Release", "Re-release", "Rerelease", + "special preview followed by panel discussion", "Special Preview of new 4K Restoration", "4K Restoration", "4K Re-Issue", diff --git a/common/tests/test-titles.json b/common/tests/test-titles.json index 703fe39..21f385e 100644 --- a/common/tests/test-titles.json +++ b/common/tests/test-titles.json @@ -50626,5 +50626,65 @@ { "input": "The Spongebob Movie: Search for Squarepants", "output": "spongebob movie search for squarepants" + }, + { + "input": "Encanto (Sing-Along screening)", + "output": "encanto" + }, + { + "input": "The Jungle Book", + "output": "jungle book" + }, + { + "input": "CHRIS CUNNIGHAM SCREENING", + "output": "chris cunnigham" + }, + { + "input": "PictureEast Film Festival 2026 Presents: Hamlet [2026] special preview followed by panel discussion", + "output": "hamlet (2026)" + }, + { + "input": "The Maltese Falcon", + "output": "maltese falcon" + }, + { + "input": "Drink & Dine: Is This Thing On?", + "output": "is this thing on" + }, + { + "input": "Drink & Dine: Sinners", + "output": "sinners" + }, + { + "input": "Free Valentines Screenings at the Subtitle Cinema <3", + "output": "free valentines screenings at the subtitle cinema 3" + }, + { + "input": "LFFF: A Body to Live In + Short Films", + "output": "a body to live in" + }, + { + "input": "LFFF: Documentaries", + "output": "documentaries" + }, + { + "input": "LFFF: Inside Fetish", + "output": "inside fetish" + }, + { + "input": "LFFF: Shorts Session 1", + "output": "shorts session 1" + }, + { + "input": "LFFF: Shorts Session 2", + "output": "shorts session 2" + }, + { + "input": "HARD BOILED", + "output": "hard boiled" + }, + { + "input": "THE KILLER", + "output": "killer" } ]