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 --- bandai_namco/taiko.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bandai_namco') diff --git a/bandai_namco/taiko.py b/bandai_namco/taiko.py index 0aa2e0e..d6c240d 100644 --- a/bandai_namco/taiko.py +++ b/bandai_namco/taiko.py @@ -47,7 +47,8 @@ def parse_taiko_blog_site(html: str) -> list: "headline": headline, "content": "\n".join(content), "url": None, - "images": images + "images": images, + 'is_ai_summary': False } entries.append(entry) -- cgit v1.2.3