From 81906842665debc9c390c917e8e2e3a030d8c1c7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 4 Oct 2025 11:59:22 -0700 Subject: refactor: remove game version specific identifiers many of these will continue to work for a long time anyways without necessary updates --- bemani/sdvx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bemani/sdvx.py') diff --git a/bemani/sdvx.py b/bemani/sdvx.py index 6b1d857..9d5a33b 100644 --- a/bemani/sdvx.py +++ b/bemani/sdvx.py @@ -38,7 +38,7 @@ def parse_exceed_gear_news_site(html: str): entries.append({ 'date': date_str, - 'identifier': 'SOUND_VOLTEX_EXCEED_GEAR', + 'identifier': 'SOUND_VOLTEX', 'type': None, 'timestamp': timestamp, 'headline': headline_text, -- cgit v1.2.3