fix: add | as separator

This commit is contained in:
Viren070
2025-11-27 00:48:52 +00:00
parent 7b776405e1
commit dd893725f1
+1 -1
View File
@@ -36,7 +36,7 @@ export function preprocessTitle(
let preprocessedTitle = parsedTitle; let preprocessedTitle = parsedTitle;
const separatorPatterns = [ const separatorPatterns = [
/\s*\/\s*/, /\s*[\/\|]\s*/,
/[\s\.\-\(]+a[\s\.]?k[\s\.]?a[\s\.\)\-]+/i, /[\s\.\-\(]+a[\s\.]?k[\s\.]?a[\s\.\)\-]+/i,
/\s*\(([^)]+)\)$/, /\s*\(([^)]+)\)$/,
]; ];