Skip to content

Commit

Permalink
Merge pull request #1638 from ImLJS/alpha
Browse files Browse the repository at this point in the history
Update HelheimscansParser
  • Loading branch information
ImLJS authored Jan 19, 2025
2 parents 6cf8c42 + fb80a20 commit a18578f
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 a18578f

Please sign in to comment.