diff options
| -rw-r--r-- | community/rbdx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rbdx.py b/community/rbdx.py index 4e91991..aab1ba2 100644 --- a/community/rbdx.py +++ b/community/rbdx.py @@ -24,6 +24,6 @@ def get_carousel_posts(html: str): "url": None, "headline": None, "content": "[お知らせ] ANNOUNCEMENT FROM REFLECT BEAT DELUXE PLUS", - "images": [urljoin(base_url, img_tag['src'])] + "images": [{"image": urljoin(base_url, img_tag['src']), "link": None}] }) return news_posts |
