Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Was previously kemono.party
  • Loading branch information
dteviot committed Nov 4, 2023
1 parent 327caae commit 55df94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/KemonopartyParser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

parserFactory.register("kemono.party", () => new KemonopartyParser());
parserFactory.register("kemono.su", () => new KemonopartyParser());

class KemonopartyParser extends Parser{
constructor() {
Expand Down

0 comments on commit 55df94c

Please sign in to comment.