(en/zoro) Fixed Hianime with new domain (#897)

* Update HiAnime.kt

* Update build.gradle
This commit is contained in:
Arkai1 2025-04-10 20:06:19 +05:30 committed by GitHub
parent 235c2b3f41
commit 96cb8d34c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ ext {
extName = 'HiAnime' extName = 'HiAnime'
extClass = '.HiAnime' extClass = '.HiAnime'
themePkg = 'zorotheme' themePkg = 'zorotheme'
baseUrl = 'https://hianime.to' baseUrl = 'https://hianimez.to'
overrideVersionCode = 46 overrideVersionCode = 47
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
class HiAnime : ZoroTheme( class HiAnime : ZoroTheme(
"en", "en",
"HiAnime", "HiAnime",
"https://hianime.to", "https://hianimez.to",
hosterNames = listOf( hosterNames = listOf(
"HD-1", "HD-1",
"HD-2", "HD-2",