fix(carib): morestoryline

This commit is contained in:
Mathhew
2022-07-28 17:56:22 +08:00
parent 4b83f39241
commit 17d0c638dc

View File

@@ -87,6 +87,7 @@ class Carib(Parser):
return o return o
def getOutline(self, htmltree): def getOutline(self, htmltree):
if self.morestoryline:
from .storyline import getStoryline from .storyline import getStoryline
result = getStoryline(self.number, uncensored=self.uncensored) result = getStoryline(self.number, uncensored=self.uncensored)
if len(result): if len(result):