From 03bc3271e0719e33c9517180bb2d39b0d73b7b90 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 13 Apr 2025 18:00:11 -0700 Subject: move to generic news_feed module --- bemani/iidx.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bemani/iidx.py') diff --git a/bemani/iidx.py b/bemani/iidx.py index e20dd7d..978ecbd 100644 --- a/bemani/iidx.py +++ b/bemani/iidx.py @@ -54,6 +54,7 @@ def parse_pinky_crush_news_site(html: str, base_url): "timestamp": timestamp, "headline": headline, "content": content, + "url": None, "images": [], }) -- cgit v1.2.3