aboutsummaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-16 12:15:16 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-16 12:15:16 -0700
commit686883a39c7fcc99fb376e315cd83d9ede9d7173 (patch)
treea4631a636f906df5fb2990893041db648d15db16 /constants.py
parente7276713a35b2dbc7a2b0ab197d18645c9e52a53 (diff)
migrate chunithm_intl to use api routes
allows for older news to also be added in page view
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 3 insertions, 1 deletions
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/"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage