Skip to content

Commit

Permalink
fix(en/wcofun): Update domain (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 authored Jan 26, 2024
1 parent 8838bfb commit eb7dcaf
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
@@ -1,7 +1,7 @@
ext {
extName = 'Wcofun'
extClass = '.Wcofun'
extVersionCode = 12
extVersionCode = 13
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Wcofun : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

override val name = "Wcofun"

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

override val lang = "en"

Expand Down

0 comments on commit eb7dcaf

Please sign in to comment.