diff options
Diffstat (limited to 'bemani/iidx.py')
| -rw-r--r-- | bemani/iidx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bemani/iidx.py b/bemani/iidx.py index 978ecbd..0d97e91 100644 --- a/bemani/iidx.py +++ b/bemani/iidx.py @@ -50,6 +50,7 @@ def parse_pinky_crush_news_site(html: str, base_url): content = re.sub(r'\s*/\s*', '/', content) news_items.append({ "date": date_str, + "identifier": "IIDX_PINKY_CRUSH", "type": type_map[type_class], "timestamp": timestamp, "headline": headline, |
