Skip to content

Commit 29a9cb5

Browse files
authored
MangaWorld : change domain (#8087)
Closes #8085
1 parent 22bb803 commit 29a9cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/mjs/connectors/MangaWorld.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class MangaWorld extends Connector {
88
super.id = 'mangaworld';
99
super.label = 'Manga World';
1010
this.tags = [ 'manga', 'webtoon', 'italian'];
11-
this.url = 'https://www.mangaworld.nz';
11+
this.url = 'https://www.mangaworld.cx';
1212
}
1313

1414
async _getMangaFromURI(uri) {

0 commit comments

Comments
 (0)