diff options
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 }) |
