mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 14:43:29 +01:00
Fix AO3 use_view_full_work feature for 1 chapter works.
This commit is contained in:
parent
808c0b7b49
commit
006821724e
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ class ArchiveOfOurOwnOrgAdapter(BaseSiteAdapter):
|
|||
## need save_chapter_soup for .new_tag()
|
||||
save_chapter=save_chapter_soup.find('div')
|
||||
|
||||
if self.getConfig("use_view_full_work",True):
|
||||
if self.getConfig("use_view_full_work",True) and len(self.chapterUrls) > 1:
|
||||
logger.debug("USE view_full_work")
|
||||
## Assumed view_adult=true was cookied during metadata
|
||||
if not self.full_work_soup:
|
||||
|
|
|
|||
Loading…
Reference in a new issue