From 686883a39c7fcc99fb376e315cd83d9ede9d7173 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 16 Oct 2025 12:15:16 -0700 Subject: migrate chunithm_intl to use api routes allows for older news to also be added in page view --- constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 7bdf630..f31a0eb 100644 --- a/constants.py +++ b/constants.py @@ -21,9 +21,11 @@ DANCE_AROUND_APP_ID="kmhqpindcodm0mkh" DANCE_RUSH_APP_ID="ns3maqirvf08ddhp" CHUNITHM_JP_NEWS_SITE="https://info-chunithm.sega.jp/" -CHUNITHM_INTL_NEWS_SITE="https://info-chunithm.sega.com/" +CHUNITHM_INTL_NEWS_SITE="https://info-chunithm.sega.com/wp-json/thistheme/v1/articlesRest" +CHUNITHM_INTL_RECENT_NEWS_LIMIT = 15 # gets the last 15 news posts MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/assets/data/index.json" +MAIMAIDX_INTL_RECENT_NEWS_LIMIT = 15 # gets the last 15 news posts ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/" IDAC_NEWS_SITE="https://info-initialdac.sega.jp/" -- cgit v1.2.3