aboutsummaryrefslogtreecommitdiffstats
path: root/bemani
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-25 00:17:01 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-25 00:17:01 -0700
commit4b0998b4afa48f9e2968b1bb76ef42bc6a94e1b6 (patch)
tree9b9c99ad7458f1e79dfcac0ddc9a8ca6fc483495 /bemani
parent5344e17f9c626b1f0464e8c90c6269b2c0587c74 (diff)
add is_ai_summary key to all new_data
Diffstat (limited to 'bemani')
-rw-r--r--bemani/ddr.py3
-rw-r--r--bemani/iidx.py1
-rw-r--r--bemani/sdvx.py3
3 files changed, 5 insertions, 2 deletions
diff --git a/bemani/ddr.py b/bemani/ddr.py
index e36b392..e9d4584 100644
--- a/bemani/ddr.py
+++ b/bemani/ddr.py
@@ -54,7 +54,8 @@ def parse_ddr_world_news_site(html: str):
"headline": headline,
"content": content,
"url": None,
- "images": images
+ "images": images,
+ 'is_ai_summary': False
})
return news_entries
diff --git a/bemani/iidx.py b/bemani/iidx.py
index cc69fe1..521d4f9 100644
--- a/bemani/iidx.py
+++ b/bemani/iidx.py
@@ -61,6 +61,7 @@ def parse_pinky_crush_news_site(html: str):
"content": content,
"url": None,
"images": [],
+ 'is_ai_summary': False
})
return news_items
diff --git a/bemani/sdvx.py b/bemani/sdvx.py
index c77f198..6b1d857 100644
--- a/bemani/sdvx.py
+++ b/bemani/sdvx.py
@@ -44,7 +44,8 @@ def parse_exceed_gear_news_site(html: str):
'headline': headline_text,
'content': content,
"url": None,
- 'images': images
+ 'images': images,
+ 'is_ai_summary': False
})
return entries
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage