Skip to content

Commit

Permalink
fix(pt/animesonlinevip): Updated domain for pt/Animes Online Vip (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebDitto authored Feb 1, 2025
1 parent a0ec79c commit 7e19e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pt/animesonlinevip/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'AnimesOnlineVip'
extClass = '.AnimesOnlineVip'
extVersionCode = 1
extVersionCode = 2
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AnimesOnlineVip : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

override val name = "Animes Online Vip"

override val baseUrl = "https://animesonlinehd.vip"
override val baseUrl = "https://animesonline.red"

override val lang = "pt-BR"

Expand Down

0 comments on commit 7e19e7d

Please sign in to comment.