diff --git a/common/known-removable-phrases.js b/common/known-removable-phrases.js index e6b4d68f..14de7e13 100644 --- a/common/known-removable-phrases.js +++ b/common/known-removable-phrases.js @@ -829,6 +829,7 @@ const knownRemovablePhrases = [ "Women Without Borders Film Festival 2026 —", "The Woman Behind Visconti's Masterpiece", "Cinebug turns 1:", + "Cinebug Summer Social and", "Hussein Kamal's", "Ido Fluk:", "IFF:", diff --git a/common/tests/test-titles.json b/common/tests/test-titles.json index 6eb0fd02..db5d0b3a 100644 --- a/common/tests/test-titles.json +++ b/common/tests/test-titles.json @@ -82482,5 +82482,169 @@ { "input": "Yonderland + Q&A", "output": "yonderland" + }, + { + "input": "Case 137 [Dossier 137]", + "output": "case 137" + }, + { + "input": "Just an Illusion [Juste une illusion]", + "output": "just an illusion" + }, + { + "input": "Le Boucher [The Butcher]", + "output": "le boucher" + }, + { + "input": "Claire's Knee", + "output": "claires knee" + }, + { + "input": "Down by Law", + "output": "down by law" + }, + { + "input": "My Little Loves", + "output": "my little loves" + }, + { + "input": "Still Walking", + "output": "still walking" + }, + { + "input": "Cinebug Summer Social and Point Break screening", + "output": "point break" + }, + { + "input": "The Film Club - 'Death Becomes Her' (1992)", + "output": "death becomes her (1992)" + }, + { + "input": "Toddler Club: Shrek 2", + "output": "shrek 2" + }, + { + "input": "Chickenhare and The Secret of The Groundhog", + "output": "chickenhare the secret of the groundhog" + }, + { + "input": "Monisme", + "output": "monisme" + }, + { + "input": "UK PREMIERE Pola X (4K Restoration)", + "output": "pola x" + }, + { + "input": "9-Month Contract", + "output": "9-month contract" + }, + { + "input": "Blackbird Blackbird Blackberry", + "output": "blackbird blackbird blackberry" + }, + { + "input": "Day for Night", + "output": "day for night" + }, + { + "input": "Film Screening: 'The Theresa Roberts Collection of Jamaican Art' and Q&A", + "output": "theresa roberts collection of jamaican art" + }, + { + "input": "Les Dames du Bois de Boulogne", + "output": "les dames du bois de boulogne" + }, + { + "input": "Pastorale", + "output": "pastorale" + }, + { + "input": "The Green Room", + "output": "green room" + }, + { + "input": "The Man Who Loved Women", + "output": "man who loved women" + }, + { + "input": "Chickenhare and the Secret of the Groundhog", + "output": "chickenhare the secret of the groundhog" + }, + { + "input": "Ishqnama (Punjabi)", + "output": "ishqnama" + }, + { + "input": "The India Story (Hindi)", + "output": "india story" + }, + { + "input": "Pluto", + "output": "pluto" + }, + { + "input": "Grateful Dead Meet Up at the Movies 2026", + "output": "grateful dead meet up at the movies" + }, + { + "input": "Lilya 4-Ever", + "output": "lilya 4-ever" + }, + { + "input": "Music Makes You…", + "output": "music makes you" + }, + { + "input": "ALMOST FAMOUS", + "output": "almost famous" + }, + { + "input": "THE ODYSSEY (Carers & Babies)", + "output": "the odyssey" + }, + { + "input": "'Pitch, Please!' Film & TV Pitching Competition + Networking", + "output": "pitch please film tv pitching competition" + }, + { + "input": "Pitchblack Playback: J Dilla 'The Shining' (20th Anniversary)", + "output": "j dilla the shining" + }, + { + "input": "The Fastest Guitar Alive + Intro & Zine Launch with Cinema Year Zero", + "output": "fastest guitar alive" + }, + { + "input": "Kino Industry Session: An Invitation to Collaborate", + "output": "kino industry session an invitation to collaborate" + }, + { + "input": "Kino London Short Film Festival: Dystopian Future", + "output": "dystopian future" + }, + { + "input": "Kino London Short Film Festival: Dystopian Present", + "output": "dystopian present" + }, + { + "input": "Kino London Short Film Festival: She Shoots", + "output": "she shoots" + }, + { + "input": "Kino London Short Film Festival: The Doc Block", + "output": "doc block" + }, + { + "input": "Lady in a Jam + intro", + "output": "lady in a jam" + }, + { + "input": "Niagara + Q&A", + "output": "niagara" + }, + { + "input": "I'm Thinking Of Ending Things + How to Shoot a Ghost", + "output": "im thinking of ending things" } ]