From 4b0998b4afa48f9e2968b1bb76ef42bc6a94e1b6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 25 Apr 2025 00:17:01 -0700 Subject: add is_ai_summary key to all new_data --- bemani/iidx.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bemani/iidx.py') 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 -- cgit v1.2.3