Fix: Delete studio in tag in jabus

This commit is contained in:
yoshiko2
2023-02-03 03:41:25 +08:00
parent 979c63ae58
commit 351ff9863f

View File

@@ -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: