fixed sources in Animeindo & Kuronime

This commit is contained in:
hexated 2023-02-26 15:51:34 +07:00
parent c48e778d1e
commit 12f0f4147e
5 changed files with 55 additions and 3 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 6
version = 7
cloudstream {

View file

@ -194,7 +194,7 @@ class KuronimeProvider : MainAPI() {
safeApiCall {
when {
it.startsWith("https://animeku.org") -> invokeKuroSource(it, callback)
else -> loadExtractor("$it/", mainUrl, subtitleCallback, callback)
else -> loadExtractor(it, mainUrl, subtitleCallback, callback)
}
}
}