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
32 changes: 32 additions & 0 deletions common/tests/test-titles.json
Original file line number Diff line number Diff line change
Expand Up @@ -55826,5 +55826,37 @@
{
"input": "Tender Mercies",
"output": "tender mercies"
},
{
"input": "But I’m a Cheerleader (1999)",
"output": "but im a cheerleader (1999)"
},
{
"input": "LITTLE AMÉLIE OR THE CHARACTER OF RAIN",
"output": "little amelie or the character of rain"
},
{
"input": "MARTY SUPREME (BiAs)",
"output": "marty supreme"
},
{
"input": "ART TRAIL - evening showing",
"output": "art trail"
},
{
"input": "ART TRAIL - matinee",
"output": "art trail"
},
{
"input": "Stansted 15 - cinema event",
"output": "stansted 15"
},
{
"input": "LARP: Love, Trolls and Other Quests",
"output": "larp love trolls other quests"
},
{
"input": "The Black Angel",
"output": "black angel"
}
]
4 changes: 4 additions & 0 deletions scripts/transform/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ async function transform(

// Skip missing-data recovery for venues where we can't reliably
// distinguish a genuinely removed listing from a stale one.
// TODO: Remove genesiscinema.co.uk and olympiccinema.com once their
// sports screenings (previously added in error) have expired.
const optedOut = [
"genesiscinema.co.uk",
"olympiccinema.com",
"cineworld.co.uk-bexleyheath",
"cineworld.co.uk-enfield",
"cineworld.co.uk-feltham",
Expand Down