Skip to content

Commit cafc05e

Browse files
committed
Site crushnovelpo.blog now crushnovel6.blog
See: #2607
1 parent f31914b commit cafc05e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugin/js/parsers/CrushnovelParser.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"use strict";
22

33
parserFactory.register("crushnovelpo.blog", () => new CrushnovelParser());
4+
parserFactory.register("crushnovel6.blog", () => new CrushnovelParser());
5+
parserFactory.register("crushnovels.net", () => new CrushnovelParser());
46

57
class CrushnovelParser extends Parser { // eslint-disable-line no-unused-vars
68
constructor() {

0 commit comments

Comments
 (0)