Skip to content

Commit

Permalink
add fictionzone.net to MtlarchiveParser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebeaker committed Sep 6, 2024
1 parent 8ce3de6 commit 6fa96b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/MtlarchiveParser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use strict";

parserFactory.register("mtlarchive.com", () => new MtlarchiveParser());
parserFactory.register("fictionzone.net", () => new MtlarchiveParser());

class MtlarchiveParser extends Parser{
constructor() {
Expand Down

0 comments on commit 6fa96b9

Please sign in to comment.