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 /community/rbdx.py | |
| parent | 5344e17f9c626b1f0464e8c90c6269b2c0587c74 (diff) | |
add is_ai_summary key to all new_data
Diffstat (limited to 'community/rbdx.py')
| -rw-r--r-- | community/rbdx.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/rbdx.py b/community/rbdx.py index aab1ba2..e4b1f49 100644 --- a/community/rbdx.py +++ b/community/rbdx.py @@ -24,6 +24,7 @@ def get_carousel_posts(html: str): "url": None, "headline": None, "content": "[お知らせ] ANNOUNCEMENT FROM REFLECT BEAT DELUXE PLUS", - "images": [{"image": urljoin(base_url, img_tag['src']), "link": None}] + "images": [{"image": urljoin(base_url, img_tag['src']), "link": None}], + 'is_ai_summary': False }) return news_posts |
