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 @@ -515,6 +515,7 @@ const knownRemovablePhrases = [
"Annemarie Jacir:",
"April Fool's Day:",
"April Fools'",
"Aqua-cinema:",
"Art of Action:",
"Artist's Film Picks:",
"ATOMIC ORIGINS:",
Expand Down
12 changes: 12 additions & 0 deletions common/tests/test-titles.json
Original file line number Diff line number Diff line change
Expand Up @@ -85306,5 +85306,17 @@
{
"input": "Somewhere To Stay",
"output": "somewhere to stay"
},
{
"input": "Aqua-cinema: L’Hippocampe, L’atalante and Moon’s Pool",
"output": "lhippocampe latalante moons pool"
},
{
"input": "Kiki's Delivery Service: 4K Restoration",
"output": "kikis delivery service"
},
{
"input": "The NeverEnding Story: The Directors Cut",
"output": "neverending story"
}
]