From d6c2824bc67cfb708763fba9412c6610d9cd05bb Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 12:08:12 -0700 Subject: add generic parser for eamusement games information is different and some is better suited for our format than others --- constants.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants.py') 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/" -- cgit v1.2.3