diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-16 23:55:00 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-16 23:55:00 -0700 |
| commit | a5b15484423f9c9c9518a7be49845f018a8ff46f (patch) | |
| tree | 4d9254e50f62d2cfc5c5269950d08b0cb9b7dab4 /bemani/iidx.py | |
| parent | f140219f082e658f65a10d9ebfa070f5d649771d (diff) | |
feat: add support for DDR World
Diffstat (limited to 'bemani/iidx.py')
| -rw-r--r-- | bemani/iidx.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bemani/iidx.py b/bemani/iidx.py index c13e05f..cc69fe1 100644 --- a/bemani/iidx.py +++ b/bemani/iidx.py @@ -7,7 +7,8 @@ KEY_TERMS_TL = [ ("クプロ", "QPro") ] -def parse_pinky_crush_news_site(html: str, base_url): +def parse_pinky_crush_news_site(html: str): + base_url = "https://p.eagate.573.jp" type_map = { "i_01": "NEWSONG", "i_02": "RANKING", |
