From 7461f283233b571a3012c07df55974563318a64d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 2 Oct 2025 19:22:55 -0700 Subject: implement rss feed generation --- constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 5c510d2..30452cc 100644 --- a/constants.py +++ b/constants.py @@ -43,6 +43,8 @@ WACCA_PLUS_MAGIC_STRING="1206017527864369262" MUSECA_PLUS_NEWS_SITE="https://museca.plus/" RB_DELUXE_PLUS_NEWS="https://dxplus.chilundui.com/" +RSS_FEED_URL="https://arcade-news.pinapelz.com" + class CHUNITHM_VERSION(Enum): LUMINOUS_PLUS = 1 VERSE = 2 -- cgit v1.2.3