mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 19:56:40 +01:00
Update adapter_syosetucom.py (#1095)
Fix update retrieval for series not completed
This commit is contained in:
parent
837df18cb0
commit
4ea869a764
1 changed files with 2 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue