Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dteviot committed Nov 26, 2023
1 parent fd3479a commit 26716d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/FreeWebNovelParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
parserFactory.register("freewebnovel.com", () => new FreeWebNovelParser());
parserFactory.register("bednovel.com", () => new FreeWebNovelParser());
parserFactory.register("innnovel.com", () => new FreeWebNovelParser());
parserFactory.register("libread.com", () => new FreeWebNovelParser());

class FreeWebNovelParser extends Parser {

Expand Down

0 comments on commit 26716d7

Please sign in to comment.