Skip to content

Commit

Permalink
fix(en/wcofun): Update baseUrl (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakebhai authored Oct 25, 2023
1 parent a058205 commit 57ef471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/wcofun/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
extName = 'Wcofun'
pkgNameSuffix = 'en.wcofun'
extClass = '.Wcofun'
extVersionCode = 11
extVersionCode = 12
libVersion = '13'
}

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

override val name = "Wcofun"

override val baseUrl = "https://www.wcofun.org"
override val baseUrl = "https://www.wcofun.tv"

override val lang = "en"

Expand Down

0 comments on commit 57ef471

Please sign in to comment.