Skip to content

Commit

Permalink
FIX : AnimeUnity; change URL (#5937)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Jun 24, 2023
1 parent 839af54 commit 72c97f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/AnimeUnity.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class AnimeUnity extends Connector {
super.id = 'animeunity';
super.label = 'AnimeUnity';
this.tags = [ 'anime', 'italian' ];
this.url = 'https://www.animeunity.tv';
this.url = 'https://www.animeunity.it';
}
async _getMangaFromURI(uri) {
const request = new Request(uri, this.requestOptions);
Expand Down

0 comments on commit 72c97f0

Please sign in to comment.