diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-14 01:56:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-14 01:56:18 -0700 |
| commit | dc279404b1f6e371d6d7acd1380a265762e60218 (patch) | |
| tree | 85444616b0c98697bf060bb932557ae323a0c9ed /constants.py | |
| parent | 147c36d207ca74e876b6b4703fd3f57f3ab57e56 (diff) | |
add maimai DX JPN scraping
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py index 7025146..f1ff58c 100644 --- a/constants.py +++ b/constants.py @@ -7,7 +7,7 @@ SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/i 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_NEWS_SITE="https://info-maimai.sega.jp/" +MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" class CHUNITHM_VERSION(Enum): VERSE = 1 |
