Skip to content

Commit

Permalink
update GenesiStudioParser findChapterTitle()
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebeaker committed Sep 29, 2024
1 parent 1133d02 commit ef0ecaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/js/parsers/GenesiStudioParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ class GenesiStudioParser extends Parser{
findContent(dom) {
return Parser.findConstrutedContent(dom);
}

findChapterTitle(dom) {
return dom.querySelector("h1");
}

extractTitleImpl(dom) {
return dom.querySelector("h1");
Expand Down

0 comments on commit ef0ecaa

Please sign in to comment.