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;
|
||||
|
||||
const separatorPatterns = [
|
||||
/\s*\/\s*/,
|
||||
/\s*[\/\|]\s*/,
|
||||
/[\s\.\-\(]+a[\s\.]?k[\s\.]?a[\s\.\)\-]+/i,
|
||||
/\s*\(([^)]+)\)$/,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user