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/ddr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bemani/ddr.py') 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 -- cgit v1.2.3