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
2 changes: 2 additions & 0 deletions common/normalize-title.js
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,8 @@ function normalizeTitle(title, options) {
"Pineapple cocktails, live music + ",
"Pineapple cocktails, live music & ",
],
["CHUNGKING EXPRESS + ", "CHUNGKING EXPRESS & "],
["KIDS + ", "KIDS & "],
["BA Media Degree Show — Screening:", "BA Media Degree Show - "],
["CANCELLED DUE TO ILLNESS - ", "CANCELLED DUE TO ILLNESS: "],
["libya in motion (2015) film shorts", "libya in motion (2015)"],
Expand Down
24 changes: 24 additions & 0 deletions common/tests/test-titles.json
Original file line number Diff line number Diff line change
Expand Up @@ -79682,5 +79682,29 @@
{
"input": "The Cabinet of Dr Caligari (1920) with live score",
"output": "cabinet of dr caligari (1920)"
},
{
"input": "CHUNGKING EXPRESS + FALLEN ANGELS",
"output": "chungking express fallen angels"
},
{
"input": "KIDS + BULLY ",
"output": "kids bully"
},
{
"input": "Dhamaal 4",
"output": "dhamaal 4"
},
{
"input": "ATEEZ: LIGHT THE WAY IN CINEMAS",
"output": "ateez light the way"
},
{
"input": "Manhunter : The Final Cut",
"output": "manhunter"
},
{
"input": "Choose What You Pay: Will & Harper",
"output": "will harper"
}
]