From 9aeca20449d6b4083d53b510ef8ab819bde43846 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 16 Oct 2025 11:24:21 -0700 Subject: migrate all eamuse app feed games to scrape api route --- constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'constants.py') diff --git a/constants.py b/constants.py index fb5aff8..13ee71e 100644 --- a/constants.py +++ b/constants.py @@ -5,9 +5,11 @@ DAYS_LIMIT=14 SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/index.html" IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html" # legacy should not be used, eamuse feed is more verbose DDR_WORLD_NEWS_SITE="https://p.eagate.573.jp/game/ddr/ddrworld/info/index.html" -POLARIS_CHORD_NEWS_SITE="https://p.eagate.573.jp/game/polarischord/pc/news/index.html" +POLARIS_CHORD_NEWS_SITE="https://p.eagate.573.jp/game/polarischord/pc/news/news.html" EAMUSE_APP_FEED="https://eam.573.jp/app/web/post/official" +EAMUSE_APP_API_ROUTE="https://eam.573.jp/app/web/post/official" +EAMUSE_POST_SITE="https://eam.573.jp/app/web/post/detail.php" IIDX_EAMUSE_APP_ID="s8svjrq62x592gvb" SDVX_EAMUSE_APP_ID="3215emnco2s2p1sx" DDR_EAMUSE_APP_ID="aegmtuzekqik0eyf" -- cgit v1.2.3