Skip to content

Commit

Permalink
FIX : comics website url change (#6050)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent e0d5981 commit ef6b1f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ComicExtra.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class ComicExtra extends Connector {
super.id = 'comicextra';
super.label = 'ComicExtra';
this.tags = ['comic', 'english'];
this.url = 'https://ww1.comicextra.com';
this.url = 'https://comicextra.net';
this.path = '/comic-list/';
}

Expand Down
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ViewComics.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class ViewComics extends Connector {
super.id = 'viewcomics';
super.label = 'ViewComics';
this.tags = [ 'comic', 'english' ];
this.url = 'https://viewcomics.me';
this.url = 'https://viewcomics.co';
}

async _getMangaFromURI(uri) {
Expand Down
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/XoxoComics.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class XoxoComics extends Connector {
super.id = 'xoxocomics';
super.label = 'XoxoComics';
this.tags = [ 'comic', 'english' ];
this.url = 'https://xoxocomics.com';
this.url = 'https://xoxocomics.net';
}

async _getMangaFromURI(uri) {
Expand Down

0 comments on commit ef6b1f9

Please sign in to comment.