diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-14 11:35:57 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-14 11:35:57 -0700 |
| commit | 1e5bdc4bdbda356453e6783db7e5cf0e8e844f8c (patch) | |
| tree | 4dcbce6aa658f7cddabafd71322584ae454df873 /constants.py | |
| parent | d93b2060a22ea82f8028df80d4549abee2611f98 (diff) | |
add ONGEKI JPN to scraper
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.py b/constants.py index f1ff58c..4fb59f9 100644 --- a/constants.py +++ b/constants.py @@ -8,6 +8,7 @@ IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html" CHUNITHM_JP_NEWS_SITE="https://info-chunithm.sega.jp/" MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" +ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/" class CHUNITHM_VERSION(Enum): VERSE = 1 @@ -15,3 +16,6 @@ class CHUNITHM_VERSION(Enum): class MAIMAIDX_VERSION(Enum): PRISM = 1 PRISM_PLUS = 2 + +class ONGEKI_VERSION(Enum): + REFRESH = 1 |
