diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:15:16 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:15:16 -0700 |
| commit | 686883a39c7fcc99fb376e315cd83d9ede9d7173 (patch) | |
| tree | a4631a636f906df5fb2990893041db648d15db16 /constants.py | |
| parent | e7276713a35b2dbc7a2b0ab197d18645c9e52a53 (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.py | 4 |
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/" |
