Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
See: #1044
  • Loading branch information
dteviot committed Oct 17, 2023
1 parent 93623b8 commit be9d160
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
@@ -1,5 +1,6 @@
"use strict";

parserFactory.register("lightnovelcave.com", () => new LightNovelWorldParser());
parserFactory.register("lightnovelworld.com", () => new LightNovelWorldParser());
parserFactory.register("lightnovelpub.com", () => new LightNovelWorldParser());
parserFactory.register("lightnovelpub.fan", () => new LightNovelWorldParser());
Expand Down

0 comments on commit be9d160

Please sign in to comment.