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'
|
||||
extClass = '.AnimeKhor'
|
||||
themePkg = 'animestream'
|
||||
baseUrl = 'https://animekhor.xyz'
|
||||
overrideVersionCode = 6
|
||||
baseUrl = 'https://animekhor.org'
|
||||
overrideVersionCode = 7
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -9,7 +9,7 @@ import eu.kanade.tachiyomi.multisrc.animestream.AnimeStream
|
|||
class AnimeKhor : AnimeStream(
|
||||
"en",
|
||||
"AnimeKhor",
|
||||
"https://animekhor.xyz",
|
||||
"https://animekhor.org",
|
||||
) {
|
||||
// ============================ Video Links =============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue