aboutsummaryrefslogtreecommitdiffstats
path: root/sega/ongeki_jp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sega/ongeki_jp.py')
-rw-r--r--sega/ongeki_jp.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sega/ongeki_jp.py b/sega/ongeki_jp.py
index a2a05fb..7c45281 100644
--- a/sega/ongeki_jp.py
+++ b/sega/ongeki_jp.py
@@ -24,9 +24,6 @@ def make_ongeki_parser(identifier: str, parser: ParserVersion):
date_text = date_type_text.text.strip().split("/")[0].strip() if date_type_text else None
type_text = date_type_text.text.strip().split("/")[-1].strip() if "/" in date_type_text.text else None
- headline_tag = li.select_one(".p-news__listTextUnder")
- headline = headline_tag.text.strip() if headline_tag else None
-
timestamp = None
if date_text:
try:
@@ -43,6 +40,7 @@ def make_ongeki_parser(identifier: str, parser: ParserVersion):
"headline": None,
"content": image_alt,
"url": url,
+ 'is_ai_summary': False,
"images": [{
"image": image_url,
"link": image_link
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage