Skip to content

Commit

Permalink
Fix: Delete studio in tag in jabus
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop committed Feb 2, 2023
1 parent 979c63a commit 351ff98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapinglib/javbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def getSeries(self, htmltree):

def getTags(self, htmltree):
tags = self.getTreeElement(htmltree, self.expr_tags).split(',')
return tags[1:]
return tags[2:]

def getOutline(self, htmltree):
if self.morestoryline:
Expand Down

0 comments on commit 351ff98

Please sign in to comment.