Fix getchu cover

This commit is contained in:
yoshiko2
2022-09-14 14:55:04 +08:00
parent c30b235fe3
commit ba340caa5f

View File

@@ -78,6 +78,9 @@ class wwwGetchu(Parser):
outline = outline + i.strip()
return outline
def getCover(self, htmltree):
return "http://www.getchu.com" + super().getCover(htmltree)
def getExtrafanart(self, htmltree):
arts = super().getExtrafanart(htmltree)
extrafanart = []