diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-13 18:00:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-13 18:00:11 -0700 |
| commit | 03bc3271e0719e33c9517180bb2d39b0d73b7b90 (patch) | |
| tree | ed3b0b504b50a1ae9fb65a00f6ddd7bf270db9a4 /bemani | |
| parent | dc0794ae2c08a35c30ae8de2d44e2a21c7875252 (diff) | |
move to generic news_feed module
Diffstat (limited to 'bemani')
| -rw-r--r-- | bemani/iidx.py | 1 | ||||
| -rw-r--r-- | bemani/sdvx.py | 1 |
2 files changed, 2 insertions, 0 deletions
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": [], }) diff --git a/bemani/sdvx.py b/bemani/sdvx.py index 55d97ef..50772e8 100644 --- a/bemani/sdvx.py +++ b/bemani/sdvx.py @@ -40,6 +40,7 @@ def parse_exceed_gear_news_site(html: str, base_url: str): 'timestamp': timestamp, 'headline': headline_text, 'content': content, + "url": None, 'images': images }) |
