diff --git a/common/known-removable-phrases.js b/common/known-removable-phrases.js index 3418ded..167ba38 100644 --- a/common/known-removable-phrases.js +++ b/common/known-removable-phrases.js @@ -974,6 +974,7 @@ const knownRemovablePhrases = [ "Extended Version 2026 RI", "Extended Version", "Free Event:", + "Filmmaker Networking & ", "Festive Film Screening & FILM TALK", "Film Screening & FILM TALK", "Free Film Screening", diff --git a/common/tests/test-titles.json b/common/tests/test-titles.json index 02bdd82..ee30ae2 100644 --- a/common/tests/test-titles.json +++ b/common/tests/test-titles.json @@ -49597,7 +49597,7 @@ }, { "input": "Filmmaker Networking & Film Screening", - "output": "filmmaker networking" + "output": "filmmaker networking & film screening" }, { "input": "Short Film Open Screen", @@ -60290,5 +60290,25 @@ { "input": "The Devil Wears Prada 2 + Intro", "output": "devil wears prada 2" + }, + { + "input": "100 Free Tickets: Visionary Collective Artists & Industry Pros Networking", + "output": "100 free tickets visionary collective artists industry pros networking" + }, + { + "input": "Members’ Preview: California Schemin’", + "output": "california schemin" + }, + { + "input": "Filmmaker Networking & Empire of Lies Screening", + "output": "empire of lies" + }, + { + "input": "'This Your Lagos' - Community Documentary Screening", + "output": "this your lagos" + }, + { + "input": "National Emergency Briefing", + "output": "national emergency briefing" } ]