diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-22 17:36:13 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-22 17:36:13 -0700 |
| commit | 4583d95b06071b637cf6794f332b099d30b9a5c3 (patch) | |
| tree | 4df38a9c3d353e1cad4b54ca917b24e9af09881b /constants.py | |
| parent | 7b5ae11e469c762ed8145cf74bd1c67d9002c52b (diff) | |
add support for mus_plus
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py index 361c72d..2e7d436 100644 --- a/constants.py +++ b/constants.py @@ -29,6 +29,7 @@ ADD_EN_TRANSLATION=True # Only takes effect if an API key is provided in .env CHUNI_RECURSIVE_IMAGE=True # Scrape the individual post pages and get all images there WACCA_PLUS_MAGIC_STRING="1206017527864369262" +MUSECA_PLUS_NEWS_SITE="https://museca.plus/" class CHUNITHM_VERSION(Enum): LUMINOUS_PLUS = 1 |
