diff --git a/scrapinglib/getchu.py b/scrapinglib/getchu.py index 0e615f1..d70e4aa 100644 --- a/scrapinglib/getchu.py +++ b/scrapinglib/getchu.py @@ -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 = []