Update adapter_syosetucom.py (#1095)

Fix update retrieval for series not completed
This commit is contained in:
dado330 2024-08-10 21:54:09 +02:00 committed by GitHub
parent 837df18cb0
commit 4ea869a764
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,7 +208,8 @@ class SyosetuComAdapter(BaseSiteAdapter):
updateElement = getEntry(infoSoup,
'最終部分掲載日', # last part published (complete)
'最新部分掲載日', # latest part published
'最終更新日' # last update
'最終更新日', # last update (complete)
'最新掲載日' # last update
)
if updateElement is not None:
updated = makeDate(updateElement.text.strip(),