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 --- sega/chuni_intl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sega/chuni_intl.py') diff --git a/sega/chuni_intl.py b/sega/chuni_intl.py index 88b7695..d00a01b 100644 --- a/sega/chuni_intl.py +++ b/sega/chuni_intl.py @@ -50,6 +50,7 @@ def make_chuni_intl_parser(identifier: str, parser: ParserVersion): "content": headline, "url": url, "images": [{"image": image_url, "link": url}] if image_url else [], + 'is_ai_summary': False } ) -- cgit v1.2.3