Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dteviot committed Dec 2, 2023
1 parent 6780c30 commit 6db6374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/js/parsers/ReadwnParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ parserFactory.register("wuxiar.com", () => new ReadwnParser());
parserFactory.register("fannovel.com", () => new ReadwnParser());
parserFactory.register("wuxiap.com", () => new ReadwnParser());
parserFactory.register("wuxiabee.com", () => new ReadwnParser());
parserFactory.register("wuxiago.com", () => new ReadwnParser());
parserFactory.register("wuxiazone.com", () => new ReadwnParser());

class ReadwnParser extends Parser{
constructor() {
Expand Down

0 comments on commit 6db6374

Please sign in to comment.