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 @@ -388,6 +388,7 @@ const knownRemovablePhrases = [
"Animation at War:",
"Animation in Love:",
"Annemarie Jacir:",
"April Fool's Day:",
"April Fools'",
"Art of Action:",
"Artist's Film Picks:",
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 @@ -60310,5 +60310,17 @@
{
"input": "National Emergency Briefing",
"output": "national emergency briefing"
},
{
"input": "The Man With The Plan",
"output": "man with the plan"
},
{
"input": "April Fool's Day: Mystery Film",
"output": "mystery movie"
},
{
"input": "Community Screening: Peter Hujar's Day",
"output": "peter hujars day"
}
]