feat: add online fix as repacker

This commit is contained in:
João Martins
2024-04-19 22:53:58 -03:00
parent 3449ac517b
commit ed8b44c8c5
10 changed files with 450 additions and 19 deletions

View File

@@ -49,6 +49,8 @@ export const xatabFormatter = (title: string) =>
.replace(/(v\.?([0-9]| )+)+([0-9]|\.|-|_|\/|[a-zA-Z]| )+/, "");
export const tinyRepacksFormatter = (title: string) => title;
export const onlinefixFormatter = (title: string) =>
title.replace("по сети", "").trim();
export const gogFormatter = (title: string) =>
title.replace(/(v\.[0-9]+|v[0-9]+\.|v[0-9]{4})+.+/, "");