aboutsummaryrefslogtreecommitdiffstats
path: root/bemani
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-13 18:36:11 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-13 18:36:11 -0700
commitfed975d2b2f8c1763f268c7e668c1d4b0cfabd92 (patch)
treecc9b1a9758d64704f228bdcd291d0f29053eb2ec /bemani
parent18a76b5bd09df3b1f34208bed4663939ca8f3f18 (diff)
feat: merged news feed
Diffstat (limited to 'bemani')
-rw-r--r--bemani/iidx.py1
-rw-r--r--bemani/sdvx.py1
2 files changed, 2 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,
diff --git a/bemani/sdvx.py b/bemani/sdvx.py
index 50772e8..83d0d7c 100644
--- a/bemani/sdvx.py
+++ b/bemani/sdvx.py
@@ -36,6 +36,7 @@ def parse_exceed_gear_news_site(html: str, base_url: str):
entries.append({
'date': date_str,
+ 'identifier': 'SOUND_VOLTEX_EXCEED_GEAR',
'type': None,
'timestamp': timestamp,
'headline': headline_text,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage