diff --git a/fanficfare/adapters/adapter_webnovelcom.py b/fanficfare/adapters/adapter_webnovelcom.py index 11f27304..e963f81d 100644 --- a/fanficfare/adapters/adapter_webnovelcom.py +++ b/fanficfare/adapters/adapter_webnovelcom.py @@ -87,6 +87,13 @@ class WWWWebNovelComAdapter(BaseSiteAdapter): def getSiteURLPattern(self): return r'https://' + re.escape(self.getSiteDomain()) + r'/book/*(?P\d+)' + def use_pagecache(self): + ''' + adapters that will work with the page cache need to implement + this and change it to True. + ''' + return True + # Getting the chapter list and the meta data, plus 'is adult' checking. def doExtractChapterUrlsAndMetadata(self, get_cover=True): url = self.url