diff options
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", |
