Skip to content

Commit

Permalink
fix(9anime): Update domain (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
erynith authored Apr 2, 2024
1 parent f4c908b commit 6362574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/anime/9anime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class NineAnime extends AnimeParser {
override readonly name = '9Anime';
private nineAnimeResolver = '';
private apiKey = '';
protected override baseUrl = 'https://9anime.pl';
protected override baseUrl = 'https://aniwave.to';
protected override logo =
'https://d1nxzqpcg2bym0.cloudfront.net/google_play/com.my.nineanime/87b2fe48-9c36-11eb-8292-21241b1c199b/128x128';
protected override classPath = 'ANIME.NineAnime';
Expand Down

0 comments on commit 6362574

Please sign in to comment.