Domain Change (en/AnimeKhor) .xyz to .org (#868)

* Update AnimeKhor.kt

* Update build.gradle
This commit is contained in:
Arkai1 2025-04-09 23:18:38 +05:30 committed by GitHub
parent 6c38697f19
commit 686405f61f
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 = 'AnimeKhor' extName = 'AnimeKhor'
extClass = '.AnimeKhor' extClass = '.AnimeKhor'
themePkg = 'animestream' themePkg = 'animestream'
baseUrl = 'https://animekhor.xyz' baseUrl = 'https://animekhor.org'
overrideVersionCode = 6 overrideVersionCode = 7
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -9,7 +9,7 @@ import eu.kanade.tachiyomi.multisrc.animestream.AnimeStream
class AnimeKhor : AnimeStream( class AnimeKhor : AnimeStream(
"en", "en",
"AnimeKhor", "AnimeKhor",
"https://animekhor.xyz", "https://animekhor.org",
) { ) {
// ============================ Video Links ============================= // ============================ Video Links =============================