Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
See: #925
  • Loading branch information
dteviot committed Feb 21, 2023
1 parent b55120a commit 997d175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/LightNovelWorldParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

parserFactory.register("lightnovelworld.com", () => new LightNovelWorldParser());
parserFactory.register("lightnovelpub.com", () => new LightNovelWorldParser());
parserFactory.register("lightnovelpub.fan", () => new LightNovelWorldParser());
parserFactory.register("novelpub.com", () => new LightNovelWorldParser());
parserFactory.register("webnovelpub.com", () => new LightNovelWorldParser());

Expand Down

0 comments on commit 997d175

Please sign in to comment.