diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-17 00:24:52 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-17 00:24:52 -0700 |
| commit | eb333b9813cd51f823d561d6ba0c403f21fe53ee (patch) | |
| tree | da5aeb1eabffbef0a44f50b27e99f71cb195d6a9 /bemani | |
| parent | 785e8bbbd6cc7d89d18a5738e1cc0473c910d406 (diff) | |
ddr: stub url as DDR does not provide full page posts
Diffstat (limited to 'bemani')
| -rw-r--r-- | bemani/ddr.py | 2 |
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 }) |
