diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-14 12:56:08 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-14 12:56:08 -0700 |
| commit | f83f2c28021f309c6dc3c89d3d25637b570b4ec9 (patch) | |
| tree | 4fb4c22a82b79f50000ff7061e8e3bbaed6f7af4 /constants.py | |
| parent | c9c90128977c9e63f8151056d9c28ec61e6b717f (diff) | |
add maimai DX INTERNATIONAL basic info to scraper
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |
