From f83f2c28021f309c6dc3c89d3d25637b570b4ec9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 14 Apr 2025 12:56:08 -0700 Subject: add maimai DX INTERNATIONAL basic info to scraper --- constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 4fb59f9..6ef036e 100644 --- a/constants.py +++ b/constants.py @@ -8,6 +8,7 @@ IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html" CHUNITHM_JP_NEWS_SITE="https://info-chunithm.sega.jp/" MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" +MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/download/" ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/" class CHUNITHM_VERSION(Enum): -- cgit v1.2.3