Skip to content

Commit

Permalink
Update HelheimscansParser
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLJS committed Jan 19, 2025
1 parent 6cf8c42 commit fb80a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/HelheimscansParser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use strict";

parserFactory.register("helheimscans.com", () => new HelheimscansParser());
parserFactory.register("helheimscans.org", () => new HelheimscansParser());

class HelheimscansParser extends Parser{
constructor() {
Expand Down

0 comments on commit fb80a20

Please sign in to comment.