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