Skip to content

Commit

Permalink
Fix MangaGeko: change domain (#6757)
Browse files Browse the repository at this point in the history
Fixes #6756
  • Loading branch information
MikeZeDev authored Feb 10, 2024
1 parent 636fcd4 commit b76d046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/MangaRaw.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class MangaRaw extends Connector {
super.id = 'mangaraw';
super.label = 'MangaGeko';
this.tags = ['multi-lingual', 'manga', 'webtoon'];
this.url = 'https://www.mangageko.com';
this.url = 'https://www.mgeko.com';
}

async _getMangaFromURI(uri) {
Expand Down

0 comments on commit b76d046

Please sign in to comment.