Skip to content

Commit

Permalink
Merge pull request #1122 from Kiradien/patch-1
Browse files Browse the repository at this point in the history
Fix #1121 - Add wuxiabee to readwn parser
  • Loading branch information
dteviot authored Nov 26, 2023
2 parents 3b67a9c + 4943788 commit bf164e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/ReadwnParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parserFactory.register("wuxiau.com", () => new ReadwnParser());
parserFactory.register("wuxiar.com", () => new ReadwnParser());
parserFactory.register("fannovel.com", () => new ReadwnParser());
parserFactory.register("wuxiap.com", () => new ReadwnParser());
parserFactory.register("wuxiabee.com", () => new ReadwnParser());

class ReadwnParser extends Parser{
constructor() {
Expand Down

0 comments on commit bf164e0

Please sign in to comment.