aboutsummaryrefslogtreecommitdiffstats
path: root/bemani
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-17 00:24:52 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-17 00:24:52 -0700
commiteb333b9813cd51f823d561d6ba0c403f21fe53ee (patch)
treeda5aeb1eabffbef0a44f50b27e99f71cb195d6a9 /bemani
parent785e8bbbd6cc7d89d18a5738e1cc0473c910d406 (diff)
ddr: stub url as DDR does not provide full page posts
Diffstat (limited to 'bemani')
-rw-r--r--bemani/ddr.py2
1 files changed, 1 insertions, 1 deletions
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
})
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage