aboutsummaryrefslogtreecommitdiffstats
path: root/sega/chuni_jp.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_jp.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_jp.py')
-rw-r--r--sega/chuni_jp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sega/chuni_jp.py b/sega/chuni_jp.py
index b69abec..452e153 100644
--- a/sega/chuni_jp.py
+++ b/sega/chuni_jp.py
@@ -108,7 +108,7 @@ def make_image_extractor(version: ParserVersion):
raise ValueError("Unknown Parser Version")
-parse_chuni_jp_verse_news_site = make_chuni_jp_parser(
- "CHUNITHM_JP_VERSE", ParserVersion.ALPHA
+parse_chuni_jp_news_site = make_chuni_jp_parser(
+ "CHUNITHM_JP", ParserVersion.ALPHA
)
-parse_chuni_jp_verse_post_images = make_image_extractor(ParserVersion.ALPHA)
+parse_chuni_jp_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