diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-13 18:00:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-13 18:00:11 -0700 |
| commit | 03bc3271e0719e33c9517180bb2d39b0d73b7b90 (patch) | |
| tree | ed3b0b504b50a1ae9fb65a00f6ddd7bf270db9a4 /constants.py | |
| parent | dc0794ae2c08a35c30ae8de2d44e2a21c7875252 (diff) | |
move to generic news_feed module
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/constants.py b/constants.py index f131a63..5ca4d1e 100644 --- a/constants.py +++ b/constants.py @@ -1,3 +1,12 @@ +from enum import Enum + +DAYS_LIMIT=7 + EAMUSEMENT_BASE_URL = "https://p.eagate.573.jp" SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/index.html" IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html" + +CHUNITHM_NEWS_SITE="https://info-chunithm.sega.jp/" + +class CHUNITHM_VERSION(Enum): + VERSE = 1 |
