Fix: Delete studio in tag in jabus
This commit is contained in:
@@ -128,7 +128,7 @@ class Javbus(Parser):
|
|||||||
|
|
||||||
def getTags(self, htmltree):
|
def getTags(self, htmltree):
|
||||||
tags = self.getTreeElement(htmltree, self.expr_tags).split(',')
|
tags = self.getTreeElement(htmltree, self.expr_tags).split(',')
|
||||||
return tags[1:]
|
return tags[2:]
|
||||||
|
|
||||||
def getOutline(self, htmltree):
|
def getOutline(self, htmltree):
|
||||||
if self.morestoryline:
|
if self.morestoryline:
|
||||||
|
|||||||
Reference in New Issue
Block a user