Skip to content

Commit

Permalink
fix(animefox): update domain animefox (#608)
Browse files Browse the repository at this point in the history
changed animefox.tv to animefox.fun
  • Loading branch information
leywin-coder authored Nov 21, 2024
1 parent 79375b3 commit d1e6e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/anime/animefox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { GogoCDN } from '../../extractors';

class AnimeFox extends AnimeParser {
override readonly name = 'AnimeFox';
protected override baseUrl = 'https://animefox.tv';
protected override logo = 'https://animefox.tv/assets/images/logo.png';
protected override baseUrl = 'https://animefox.fun';
protected override logo = 'https://animefox.fun/assets/images/logo.png';
protected override classPath = 'ANIME.AnimeFox';

/**
Expand Down

0 comments on commit d1e6e4c

Please sign in to comment.