Skip to content

Commit 59a21d5

Browse files
authored
Update MangaWorld domain (#8000)
Closes #7998
1 parent 3b87885 commit 59a21d5

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.bz';
11+
this.url = 'https://www.mangaworld.nz';
1212
}
1313

1414
async _getMangaFromURI(uri) {

0 commit comments

Comments
 (0)