From eb333b9813cd51f823d561d6ba0c403f21fe53ee Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 00:24:52 -0700 Subject: ddr: stub url as DDR does not provide full page posts --- bemani/ddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bemani') diff --git a/bemani/ddr.py b/bemani/ddr.py index a4e9f12..e36b392 100644 --- a/bemani/ddr.py +++ b/bemani/ddr.py @@ -53,7 +53,7 @@ def parse_ddr_world_news_site(html: str): "timestamp": timestamp, "headline": headline, "content": content, - "url": base_url, + "url": None, "images": images }) -- cgit v1.2.3