diff --git a/common/known-removable-phrases.js b/common/known-removable-phrases.js index 534b603..628bcd1 100644 --- a/common/known-removable-phrases.js +++ b/common/known-removable-phrases.js @@ -15,6 +15,7 @@ const knownRemovablePhrases = [ "UK Charity Screening", "London Gala Screening", "***LONDON***", + "*ADVANCE*", "- 35mm", "the imax 3d experience", "(IMAX)", diff --git a/common/tests/test-titles.json b/common/tests/test-titles.json index 1cb011e..be6a1d0 100644 --- a/common/tests/test-titles.json +++ b/common/tests/test-titles.json @@ -55858,5 +55858,165 @@ { "input": "The Black Angel", "output": "black angel" + }, + { + "input": "CARERS & BABIES: PROJECT HAIL MARY", + "output": "project hail mary" + }, + { + "input": "HOW TO MAKE A KILLING", + "output": "how to make a killing" + }, + { + "input": "PROJECT HAIL MARY", + "output": "project hail mary" + }, + { + "input": "THE TASTERS", + "output": "the tasters" + }, + { + "input": "BACON‘S HISTORIES; Study for a Portrait", + "output": "bacons histories study for a portrait" + }, + { + "input": "*ADVANCE* 'Our Planet, The People, My Blood' at the Art House Crouch End", + "output": "our planet the people my blood" + }, + { + "input": "\"Wuthering Heights\" + ScreenTalk with Emerald Fennell", + "output": "wuthering heights" + }, + { + "input": "BFI Member Poll: Lawrence of Arabia", + "output": "lawrence of arabia" + }, + { + "input": "Multicultural TV in Europe + intro by Momtaza Mehri", + "output": "multicultural tv in europe" + }, + { + "input": "The Testament Of Ann Lee", + "output": "testament of ann lee" + }, + { + "input": "Writing for Animation Workshop", + "output": "writing for animation workshop" + }, + { + "input": "Theri (Tamil) (Re-release)", + "output": "theri" + }, + { + "input": "Vishnu Vinyasam (Telugu)", + "output": "vishnu vinyasam" + }, + { + "input": "Commodity Trading: Dies Irae + Q&A with M Woods", + "output": "commodity trading dies irae" + }, + { + "input": "John Smith: The Girl Chewing Gum 50th Anniversary + Q&A", + "output": "girl chewing gum" + }, + { + "input": "The Liberated Film Club: Sharna Pax", + "output": "sharna pax" + }, + { + "input": "There Is Still More to Come: The Films of Masha Godovannaya + Q&A", + "output": "there is still more to come the films of masha godovannaya" + }, + { + "input": "DocHouse: Blueberry Dreams", + "output": "blueberry dreams" + }, + { + "input": "DocHouse: Shorts: Future Present", + "output": "shorts future present" + }, + { + "input": "DocHouse: Trains", + "output": "trains" + }, + { + "input": "Bounce Short Film Night", + "output": "bounce short film night" + }, + { + "input": "Grace Campbell Presents: Best In Show", + "output": "best in show" + }, + { + "input": "The Bride", + "output": "the bride" + }, + { + "input": "Screening + Q&A: Fukushima, a Nuclear Nightmare", + "output": "fukushima" + }, + { + "input": "Une Parisienne", + "output": "une parisienne" + }, + { + "input": "Miss Kobayashi's Dragon Maid (Sub)", + "output": "miss kobayashis dragon maid" + }, + { + "input": "Ready or Not 2: Here I Come", + "output": "ready or not 2 here i come" + }, + { + "input": "Screen Unseen (16 March)", + "output": "mystery movie" + }, + { + "input": "Per Aspera Ad Astra (Mandarin)", + "output": "per aspera ad astra" + }, + { + "input": "Funny Girl - The Musical (Re-release)", + "output": "funny girl the musical" + }, + { + "input": "F1: The Movie - Oscar Season", + "output": "f1 the movie" + }, + { + "input": "One Battle After Another - Oscar Season", + "output": "one battle after another" + }, + { + "input": "Sinners - Oscar Season", + "output": "sinners" + }, + { + "input": "CLUB ROOM: Eva Lunny Audiovisual Set", + "output": "eva lunny audiovisual set" + }, + { + "input": "How To Make A Killing", + "output": "how to make a killing" + }, + { + "input": "Miracle Mile", + "output": "miracle mile" + }, + { + "input": "Obsession (1976)", + "output": "obsession (1976)" + }, + { + "input": "Migration, Homecoming and Autoethnography: Shorts + in conversation", + "output": "migration homecoming autoethnography shorts" + }, + { + "input": "Palestine Comedy Club + Stand up Performance & Q&A", + "output": "palestine comedy club" + }, + { + "input": "If I Had Legs I Would Kick You", + "output": "if i had legs i would kick you" } ]