aboutsummaryrefslogtreecommitdiffstats
path: root/sega/chuni_intl.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-04 11:59:22 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-04 11:59:22 -0700
commit81906842665debc9c390c917e8e2e3a030d8c1c7 (patch)
tree0dadeef5360ef165f44794fbbc25085d6fbfdd0d /sega/chuni_intl.py
parenta6df2f7648748817a547b50f1effbdb92b2a572d (diff)
refactor: remove game version specific identifiers
many of these will continue to work for a long time anyways without necessary updates
Diffstat (limited to 'sega/chuni_intl.py')
-rw-r--r--sega/chuni_intl.py10
1 files changed, 3 insertions, 7 deletions
diff --git a/sega/chuni_intl.py b/sega/chuni_intl.py
index d00a01b..a6c4b5f 100644
--- a/sega/chuni_intl.py
+++ b/sega/chuni_intl.py
@@ -95,11 +95,7 @@ def make_image_extractor(version: ParserVersion):
raise ValueError("Unknown Parser Version")
-parse_chuni_intl_luminous_plus_news_site = make_chuni_intl_parser(
- "CHUNITHM_INTL_LUMINOUS_PLUS", ParserVersion.ALPHA
+parse_chuni_intl_news_site = make_chuni_intl_parser(
+ "CHUNITHM_INTL", ParserVersion.ALPHA
)
-
-parse_chuni_intl_verse_news_site = make_chuni_intl_parser(
- "CHUNITHM_INTL_VERSE", ParserVersion.ALPHA
-)
-parse_chuni_intl_verse_post_images = make_image_extractor(ParserVersion.ALPHA)
+parse_chuni_intl_post_images = make_image_extractor(ParserVersion.ALPHA)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage