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

@@ -97,3 +97,8 @@ class Dlsite(Parser):
except:
result = ''
return result
def getTags(self, htmltree):
tags = super().getTags(htmltree)
tags.append("DLsite")
return tags