From ba340caa5f4be5f2f735ec342e886c08d78798b4 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Wed, 14 Sep 2022 14:55:04 +0800 Subject: [PATCH] Fix getchu cover --- scrapinglib/getchu.py | 3 +++ 1 file changed, 3 insertions(+) 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 = []