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/maimaidx_jp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sega/maimaidx_jp.py') diff --git a/sega/maimaidx_jp.py b/sega/maimaidx_jp.py index 720a618..c5670ce 100644 --- a/sega/maimaidx_jp.py +++ b/sega/maimaidx_jp.py @@ -46,6 +46,7 @@ def make_maimaidx_jpn_parser(identifier: str, parser: ParserVersion): "headline": None, "content": content, "url": url, + 'is_ai_summary': False, "images": [{ "image": image_url, "link": url -- cgit v1.2.3