Skip to content

Commit

Permalink
Add sites bednovel.com and innnovel.com
Browse files Browse the repository at this point in the history
Which are aliases for freewebnovel.com
See: #1073
  • Loading branch information
dteviot committed Sep 21, 2023
1 parent 57cb444 commit e964cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/js/parsers/FreeWebNovelParser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"use strict";

parserFactory.register("freewebnovel.com", () => new FreeWebNovelParser());
parserFactory.register("bednovel.com", () => new FreeWebNovelParser());
parserFactory.register("innnovel.com", () => new FreeWebNovelParser());

class FreeWebNovelParser extends Parser {

Expand Down

0 comments on commit e964cff

Please sign in to comment.