fix(carib): morestoryline
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user