Update mxanime.js

This commit is contained in:
n3rddd 2024-05-24 22:41:04 +08:00 committed by GitHub
parent 0f8489d6d0
commit 6ac93212da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ import * as Utils from "../lib/utils.js";
class MxAnimeSpider extends Spider { class MxAnimeSpider extends Spider {
constructor() { constructor() {
super(); super();
this.siteUrl = "https://www.mxdm6.com/" this.siteUrl = "https://www.mxdm4.com/"
} }
getName() { getName() {
@ -426,4 +426,4 @@ export function __jsEvalReturn() {
}; };
} }
export {spider} export {spider}