fix(en/wcofun): Update domain (#2825)

This commit is contained in:
Dark25 2024-01-26 15:26:40 +01:00 committed by GitHub
parent 8838bfb305
commit eb7dcaf022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Wcofun'
extClass = '.Wcofun'
extVersionCode = 12
extVersionCode = 13
}
apply from: "$rootDir/common.gradle"

View File

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