Skip to content

Commit

Permalink
Merge pull request #133 from xhybb/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh authored May 24, 2024
2 parents 7805872 + 2c58050 commit d2dc28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/mxanime.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import * as Utils from "../lib/utils.js";
class MxAnimeSpider extends Spider {
constructor() {
super();
this.siteUrl = "https://www.mxdm6.com/"
this.siteUrl = "https://www.mxdm4.com/"
}

getName() {
Expand Down Expand Up @@ -426,4 +426,4 @@ export function __jsEvalReturn() {
};
}

export {spider}
export {spider}

0 comments on commit d2dc28e

Please sign in to comment.