From 4d385201c2c08ebae18d580f193fd3e14fd20a24 Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Wed, 11 Mar 2026 22:57:23 +0100 Subject: [PATCH] updated: check if title matches without the "the" --- lib/new_match.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/new_match.js b/lib/new_match.js index 35f74b9..41bdbed 100644 --- a/lib/new_match.js +++ b/lib/new_match.js @@ -49,6 +49,7 @@ const checkDistance = function(s1, s2) { const replacement_patterns = [ ["", ""], [" + ", "and"], + ["the", ""], [" & ", "and"], ] -- 2.54.0