mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: add | as separator
This commit is contained in:
@@ -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*\(([^)]+)\)$/,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user