Skip to content

Commit

Permalink
Merge pull request #1464 from gamebeaker/add-fictionzone.net
Browse files Browse the repository at this point in the history
add fictionzone.net to MtlarchiveParser.js
  • Loading branch information
gamebeaker authored Sep 6, 2024
2 parents 8ce3de6 + 6fa96b9 commit 76aecde
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 76aecde

Please sign in to comment.