aboutsummaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 11:35:57 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 11:35:57 -0700
commit1e5bdc4bdbda356453e6783db7e5cf0e8e844f8c (patch)
tree4dcbce6aa658f7cddabafd71322584ae454df873 /constants.py
parentd93b2060a22ea82f8028df80d4549abee2611f98 (diff)
add ONGEKI JPN to scraper
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage