forked from AlmightyHak/extensions-source
Domain Change (en/AnimeKhor) .xyz to .org (#868)
* Update AnimeKhor.kt * Update build.gradle
This commit is contained in:
parent
6c38697f19
commit
686405f61f
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
|
@ -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 =============================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue