Skip to content

Commit

Permalink
FIx MangaMx : change domain (#6309)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent 7cefd4c commit 0bfc0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/MangaMx.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class MangaMx extends Connector {
super.id = 'mangamx';
super.label = 'MangaMx';
this.tags = ['manga', 'spanish'];
this.url = 'https://manga-mx.com';
this.url = 'https://manga-oni.com';
}

async _getMangaFromURI(uri) {
Expand Down Expand Up @@ -73,4 +73,4 @@ export default class MangaMx extends Connector {
const request = new Request(uri, this.requestOptions);
return Engine.Request.fetchUI(request, script);
}
}
}

0 comments on commit 0bfc0e9

Please sign in to comment.