From: 2weiEmu Date: Wed, 11 Mar 2026 21:57:23 +0000 (+0100) Subject: updated: check if title matches without the "the" X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=4d385201c2c08ebae18d580f193fd3e14fd20a24;p=binbsis50.git updated: check if title matches without the "the" --- 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"], ]