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