We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b87885 commit 59a21d5Copy full SHA for 59a21d5
src/web/mjs/connectors/MangaWorld.mjs
@@ -8,7 +8,7 @@ export default class MangaWorld extends Connector {
8
super.id = 'mangaworld';
9
super.label = 'Manga World';
10
this.tags = [ 'manga', 'webtoon', 'italian'];
11
- this.url = 'https://www.mangaworld.bz';
+ this.url = 'https://www.mangaworld.nz';
12
}
13
14
async _getMangaFromURI(uri) {
0 commit comments