Skip to content

Commit

Permalink
Changed chapter item selector for volare novels
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameish committed Jun 12, 2019
1 parent fd56713 commit 2bf0957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Novel.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2bf0957

Please sign in to comment.