diff --git a/sources/zh/27k.py b/sources/zh/27k.py index 234aedd4c..2d4b520dd 100644 --- a/sources/zh/27k.py +++ b/sources/zh/27k.py @@ -59,7 +59,7 @@ def search_novel(self, query): { "title": novel.select_one("h3 a:not([imgbox])").text.title(), "url": self.absolute_url(novel.select_one("h3 a")["href"]), - "info": "Latest: %s" % novel.select_one("div.zxzj p").text.replace("最近章节", ""), + "info": "Latest: %s" % novel.select_one("div.zxzj p").text.replace("最近章节", "").replace("最近章節", ""), } )