From 27af8c9793ddd16697e480aca3a61c6397a60219 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 16 Apr 2025 23:40:45 -0700 Subject: future proof some potential BEMANI entries --- rasis.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/rasis.py b/rasis.py index f115d77..89288df 100644 --- a/rasis.py +++ b/rasis.py @@ -55,6 +55,21 @@ def generate_post_content(post_data: dict) -> str: elif "SOUND_VOLTEX" in post_data["identifier"]: game = "SOUND VOLTEX" tags = "#sdvx #soundvoltex #bemani" + elif "DDR" in post_data["identifier"]: + game = "DanceDanceRevolution" + tags = "#ddr #dancedancerevolution #bemani" + elif "POPN_MUSIC" in post_data["identifier"]: + game = "pop'n music" + tags = "#popn #bemani" + elif "JUBEAT" in post_data["identifier"]: + game = "jubeat" + tags = "#jubeat #bemani" + elif "GITADORA " in post_data["identifier"]: + game = "GITADORA" + tags = "#gitadora #bemani" + elif "NOLSTALGIA" in post_data["identifier"]: + game = "NOSTALGIA" + tags = "#bemani" elif "CHUNITHM_JP" in post_data["identifier"]: post_data['headline'] = None game = "CHUNITHM (JPN)" -- cgit v1.2.3