fix(carib): morestoryline
This commit is contained in:
@@ -87,9 +87,10 @@ class Carib(Parser):
|
||||
return o
|
||||
|
||||
def getOutline(self, htmltree):
|
||||
from .storyline import getStoryline
|
||||
result = getStoryline(self.number, uncensored=self.uncensored)
|
||||
if len(result):
|
||||
return result
|
||||
if self.morestoryline:
|
||||
from .storyline import getStoryline
|
||||
result = getStoryline(self.number, uncensored=self.uncensored)
|
||||
if len(result):
|
||||
return result
|
||||
return super().getOutline(htmltree)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user