From 2bf09571fc317fcdea0c90e4ef8e0e2676521878 Mon Sep 17 00:00:00 2001 From: Flameish Date: Wed, 12 Jun 2019 19:04:54 +0200 Subject: [PATCH] Changed chapter item selector for volare novels --- src/Novel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Novel.java b/src/Novel.java index 2033222..255c2a0 100644 --- a/src/Novel.java +++ b/src/Novel.java @@ -44,7 +44,7 @@ public Novel(String domain, String urla) { case "volarenovels": this.host = "https://volarenovels.com/"; this.chapterLinkContainer = "#accordion"; - this.chapterLinkSelecter = "a"; + this.chapterLinkSelecter = ".chapter-item a"; this.chapterContainer = ".panel .fr-view"; this.sentenceSelecter = "p"; this.titleHostName = "-volare-novels";