fix(en/wcofun): Update baseUrl (#2416)

This commit is contained in:
fakebhai
2023-10-26 02:14:08 +05:30
committed by GitHub
parent a058205201
commit 57ef4718e7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ext {
extName = 'Wcofun'
pkgNameSuffix = 'en.wcofun'
extClass = '.Wcofun'
extVersionCode = 11
extVersionCode = 12
libVersion = '13'
}

View File

@ -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"