aboutsummaryrefslogtreecommitdiffstats
path: root/bemani
diff options
context:
space:
mode:
Diffstat (limited to 'bemani')
-rw-r--r--bemani/polaris_chord.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bemani/polaris_chord.py b/bemani/polaris_chord.py
index 2880dae..a025d83 100644
--- a/bemani/polaris_chord.py
+++ b/bemani/polaris_chord.py
@@ -34,7 +34,7 @@ def parse_polaris_chord_news_site(html: str) -> list[dict]:
headline = li.find('li', class_='news_title').text.strip()
detail = li.find('li', class_='news_detail')
- content = detail.get_text(separator='\n').strip()
+ content = detail.get_text().strip()
first_a = detail.find('a', href=True)
url = first_a['href'] if first_a else None
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage