Update AnimeKhor.kt
change .org
This commit is contained in:
parent
1f3093b267
commit
e95dfedca1
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import eu.kanade.tachiyomi.multisrc.animestream.AnimeStream
|
|||
class AnimeKhor : AnimeStream(
|
||||
"en",
|
||||
"AnimeKhor",
|
||||
"https://animekhor.xyz",
|
||||
"https://animekhor.org",
|
||||
) {
|
||||
// ============================ Video Links =============================
|
||||
|
||||
|
@ -29,7 +29,7 @@ class AnimeKhor : AnimeStream(
|
|||
StreamWishExtractor(client, docHeaders).videosFromUrl(url, prefix)
|
||||
}
|
||||
// TODO: Videos won't play
|
||||
// url.contains("animeabc.xyz") -> {
|
||||
// url.contains("animeabc.org") -> {
|
||||
// AnimeABCExtractor(client, headers).videosFromUrl(url, prefix = prefix)
|
||||
// }
|
||||
else -> emptyList()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue