Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/known-removable-phrases.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const knownRemovablePhrases = [
"in 35mm",
"from 16mm",
"from 35mm",
"from VHS",
"35mm edition uk charity screening",
"UK Charity Screening",
"London Gala Screening",
Expand Down
88 changes: 88 additions & 0 deletions common/tests/test-titles.json
Original file line number Diff line number Diff line change
Expand Up @@ -50686,5 +50686,93 @@
{
"input": "THE KILLER",
"output": "killer"
},
{
"input": "TRANSMISSIONS PRESENTS: Basic Instinct ***FROM VHS***",
"output": "basic instinct"
},
{
"input": "àkòdì: Small Eyes, Big Worlds",
"output": "akodi small eyes big worlds"
},
{
"input": "Der Bomberpilot",
"output": "der bomberpilot"
},
{
"input": "Art + Sound Bath: Mindful Art Workshop + Restorative Sound Bath",
"output": "art"
},
{
"input": "FILM PREMIERE: BEYOND MAMUSHI & FORGET-ME-NOT",
"output": "beyond mamushi forgetmenot"
},
{
"input": "Lucy Lombard Presents: A Valentines Concert",
"output": "a valentines concert"
},
{
"input": "Mystery Giallo Marathon DAy",
"output": "mystery giallo marathon day"
},
{
"input": "Mystery Italian Horror Marathon Movie Day",
"output": "mystery italian horror marathon movie day"
},
{
"input": "PEFF26 | HAMLET SCREENING + PANEL",
"output": "hamlet"
},
{
"input": "War Movie Mystery Movie Marathon Day",
"output": "war movie mystery movie marathon day"
},
{
"input": "Drink & Dine: \"Wuthering Heights\"",
"output": "wuthering heights"
},
{
"input": "Drink & Dine: 28 Years Later: The Bone Temple",
"output": "28 years later the bone temple"
},
{
"input": "Drink & Dine: Bottle Rocket",
"output": "bottle rocket"
},
{
"input": "Drink & Dine: Bugonia",
"output": "bugonia"
},
{
"input": "Drink & Dine: Call Me by Your Name",
"output": "call me by your name"
},
{
"input": "Drink & Dine: F1® The Movie",
"output": "f1"
},
{
"input": "Drink & Dine: Frankenstein",
"output": "frankenstein"
},
{
"input": "A Matter of Loaf and Death",
"output": "a matter of loaf death"
},
{
"input": "Carlito's Way",
"output": "carlitos way"
},
{
"input": "Slither",
"output": "slither"
},
{
"input": "The Hidden Fortress [Kakushi-toride no san-akunin]",
"output": "hidden fortress"
},
{
"input": "White Men Can't Jump",
"output": "white men cant jump"
}
]