diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-25 00:17:01 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-25 00:17:01 -0700 |
| commit | 4b0998b4afa48f9e2968b1bb76ef42bc6a94e1b6 (patch) | |
| tree | 9b9c99ad7458f1e79dfcac0ddc9a8ca6fc483495 /sega/chuni_intl.py | |
| parent | 5344e17f9c626b1f0464e8c90c6269b2c0587c74 (diff) | |
add is_ai_summary key to all new_data
Diffstat (limited to 'sega/chuni_intl.py')
| -rw-r--r-- | sega/chuni_intl.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 } ) |
