diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-16 11:24:21 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-16 11:25:16 -0700 |
| commit | 9aeca20449d6b4083d53b510ef8ab819bde43846 (patch) | |
| tree | 6a4b5d0fdae6dd35d6823a7572d61e0fec46d4c4 /constants.py | |
| parent | c0d7eea69ea3885f97c6ccc0525a3318efd2ab6a (diff) | |
migrate all eamuse app feed games to scrape api route
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
