Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
See: #1182
  • Loading branch information
dteviot committed Jan 25, 2024
1 parent c38492a commit 91d8c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/NoblemtlParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parserFactory.register("ckandawrites.online", () => new NoblemtlParser());
parserFactory.register("daotranslate.com", () => new NoblemtlParser());
parserFactory.register("faloomtl.com", () => new NoblemtlParser());
parserFactory.register("genesistls.com", () => new NoblemtlParser());
parserFactory.register("jobnib.com", () => new PandamtlParser());
parserFactory.register("moonlightnovel.com", () => new MoonlightNovelParser());
parserFactory.register("noblemtl.com", () => new NoblemtlParser());
parserFactory.register("novelsparadise.net", () => new PandamtlParser());
Expand Down

0 comments on commit 91d8c4e

Please sign in to comment.