From a5b15484423f9c9c9518a7be49845f018a8ff46f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 16 Apr 2025 23:55:00 -0700 Subject: feat: add support for DDR World --- bemani/iidx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bemani/iidx.py') diff --git a/bemani/iidx.py b/bemani/iidx.py index c13e05f..cc69fe1 100644 --- a/bemani/iidx.py +++ b/bemani/iidx.py @@ -7,7 +7,8 @@ KEY_TERMS_TL = [ ("クプロ", "QPro") ] -def parse_pinky_crush_news_site(html: str, base_url): +def parse_pinky_crush_news_site(html: str): + base_url = "https://p.eagate.573.jp" type_map = { "i_01": "NEWSONG", "i_02": "RANKING", -- cgit v1.2.3