Feedparser: Adjusted path
All checks were successful
Build & Publish to GHCR / build (push) Successful in 42s
All checks were successful
Build & Publish to GHCR / build (push) Successful in 42s
This commit is contained in:
parent
a302d4c373
commit
b2df1d1c7d
@ -45,7 +45,7 @@ def grab_latest_chapter_information(id: str, max_retries: int = 3) -> Tuple[int
|
||||
latest_chapter_data = feed["entries"][0]
|
||||
chapter_number = extract_number(latest_chapter_data["title"])
|
||||
chapter_link = latest_chapter_data["link"]
|
||||
story_title = feed["title"]
|
||||
story_title = feed["feed"]["title"]
|
||||
|
||||
logger.info(f"[Feed] Latest chapter for story '{story_title}' (ID {id}): {chapter_number} -> {chapter_link}")
|
||||
return chapter_number, chapter_link, story_title
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user