From 78c57d4d0978e537ecdbaa4ccb3912829bf44a40 Mon Sep 17 00:00:00 2001 From: beerpiss Date: Tue, 17 Dec 2024 00:06:10 +0700 Subject: [PATCH] fix(dbutils): handle help me erin rename --- dbutils/chunirec.py | 3 +++ dbutils/sdvxin.py | 1 + 2 files changed, 4 insertions(+) diff --git a/dbutils/chunirec.py b/dbutils/chunirec.py index 0065ba4..7d9d187 100644 --- a/dbutils/chunirec.py +++ b/dbutils/chunirec.py @@ -179,6 +179,9 @@ class ZetarakuChunithmData(TypedDict): def normalize_title(title: str, *, remove_we_kanji: bool = False) -> str: + if title == "Help me, ERINNNNNN!!": + title = "Help me, ERINNNNNN!!(Band ver.)" # noqa: RUF001 + title = ( title.lower() .replace(" ", " ") diff --git a/dbutils/sdvxin.py b/dbutils/sdvxin.py index 787b56f..5e71807 100644 --- a/dbutils/sdvxin.py +++ b/dbutils/sdvxin.py @@ -57,6 +57,7 @@ "GranFatalite": "GranFatalité", "Help,me あーりん!": "Help me, あーりん!", "Help,me あーりん!": "Help me, あーりん!", + "Help me, ERINNNNNN!!": "Help me, ERINNNNNN!!(Band ver.)", # The song was renamed by request of the rights holder. "In The Blue Sky `01": "In The Blue Sky '01", "In The Blue Sky ’01": "In The Blue Sky '01", "Jorqer": "Jörqer",