Skip to content

Commit

Permalink
fix typo in AlphapolisParser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
praschke authored Sep 26, 2023
1 parent 937e0e5 commit 689c4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/AlphapolisParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AlphapolisParser extends Parser{
return util.hyperlinksToChapterList(menu);
}
findContent(dom) {
return dom.querySelector("div#novelBoby");
return dom.querySelector("div#novelBody");
}
extractTitleImpl(dom) {
return dom.querySelector("h2.title");
Expand Down

0 comments on commit 689c4bf

Please sign in to comment.