diff --git a/plugin/js/parsers/AlphapolisParser.js b/plugin/js/parsers/AlphapolisParser.js index 431484f3..6b980c53 100644 --- a/plugin/js/parsers/AlphapolisParser.js +++ b/plugin/js/parsers/AlphapolisParser.js @@ -12,7 +12,7 @@ class AlphapolisParser extends Parser{ return dom.querySelector("div#novelBody"); } extractTitleImpl(dom) { - return dom.querySelector("h2.title"); + return dom.querySelector("div.content-main .title"); } extractAuthor(dom) { let authorLink = dom.querySelector("div.author a");