Skip to content

Commit

Permalink
Add Site readwn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLJS committed Feb 20, 2024
1 parent 5dcaa00 commit e093e22
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 @@ -5,6 +5,7 @@ parserFactory.register("bednovel.com", () => new FreeWebNovelParser());
parserFactory.register("innnovel.com", () => new FreeWebNovelParser());
parserFactory.register("libread.com", () => new FreeWebNovelParser());
parserFactory.register("novellive.com", () => new NovelliveParser());
parserFactory.register("readwn.org", () => new NovelliveParser());

class FreeWebNovelParser extends Parser {

Expand Down

0 comments on commit e093e22

Please sign in to comment.