Update sites

This commit is contained in:
yoshiko2
2023-07-08 04:52:23 +08:00
parent 78619f5909
commit 47a271f938
4 changed files with 22 additions and 6 deletions

View File

@@ -219,7 +219,6 @@ class Parser:
if tag:
tags.append(tag)
return tags
return [ x.strip() for x in alls if x.strip()]
def getStudio(self, htmltree):
return self.getTreeElementbyExprs(htmltree, self.expr_studio, self.expr_studio2)