From c7edf6457e3a0a1800caffc15634007e80158287 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 15 Apr 2025 00:50:29 -0700 Subject: add CHUNITHM International --- rasis.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rasis.py') diff --git a/rasis.py b/rasis.py index 8e13963..f115d77 100644 --- a/rasis.py +++ b/rasis.py @@ -59,6 +59,10 @@ def generate_post_content(post_data: dict) -> str: post_data['headline'] = None game = "CHUNITHM (JPN)" tags = "#chunithm" + elif "CHUNITHM_INTL" in post_data["identifier"]: + post_data['headline'] = None + game = "CHUNITHM (International)" + tags = "#chunithm" elif "MAIMAIDX_JP" in post_data["identifier"]: post_data['headline'] = None game = "maimai DX (JPN)" -- cgit v1.2.3