diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-17 12:08:12 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-17 12:08:12 -0700 |
| commit | d6c2824bc67cfb708763fba9412c6610d9cd05bb (patch) | |
| tree | 8914d0f0ba6e8039fa3ac9a59856ac01c8645094 /constants.py | |
| parent | 9059bca2439f3c5f2f91e4bd8d97a0da184be393 (diff) | |
add generic parser for eamusement games
information is different and some is better suited for our format than others
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.py b/constants.py index ef92020..35f1fc8 100644 --- a/constants.py +++ b/constants.py @@ -6,6 +6,10 @@ 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" DDR_WORLD_NEWS_SITE="https://p.eagate.573.jp/game/ddr/ddrworld/info/index.html" +EAMUSE_APP_FEED="https://eam.573.jp/app/web/post/official" +IIDX_EAMUSE_APP_ID="s8svjrq62x592gvb" +DDR_EAMUSE_APP_ID="aegmtuzekqik0eyf" + CHUNITHM_JP_NEWS_SITE="https://info-chunithm.sega.jp/" CHUNITHM_INTL_NEWS_SITE="https://info-chunithm.sega.com/" MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" |
