aboutsummaryrefslogtreecommitdiffstats
path: root/constants.py
blob: 6ef036ec4a114452d766c347395c3b728c8b92bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
from enum import Enum

DAYS_LIMIT=14

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_JP_NEWS_SITE="https://info-chunithm.sega.jp/"
MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/"
MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/download/"
ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/"

class CHUNITHM_VERSION(Enum):
    VERSE = 1

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