From 5dd281aac8464d00b75b0c5a9299f59f1e6c07e6 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 27 Apr 2020 21:44:57 +0430 Subject: update --- kaminokumo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaminokumo b/kaminokumo index 62eb3e7..1053680 100755 --- a/kaminokumo +++ b/kaminokumo @@ -71,7 +71,7 @@ def manga_scrape(): search = soup.find_all("a", class_="chapter-name text-nowrap") re_res = [] for thing in search: - re_res.append(re.findall("Chapter [0-9]*", thing.text)) + re_res.append(re.findall("Chapter [0-9]*[\.[0-9]*]?", thing.text)) print(name,"-->", re_res[0][0]) -- cgit v1.2.3