mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update Kickassanime.kt
This commit is contained in:
parent
12dded5ce6
commit
f763958f37
1 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,8 @@ open class Kickassanime : MainAPI() {
|
|||
|
||||
companion object {
|
||||
const val kaast = "https://kaast1.com"
|
||||
private const val consumetAnilist = "https://api.consumet.org/meta/anilist"
|
||||
private const val consumetMal = "https://api.consumet.org/meta/mal"
|
||||
private const val consumetAnilist = "https://consumet-instance.vercel.app/meta/anilist"
|
||||
private const val consumetMal = "https://consumet-instance.vercel.app/meta/mal"
|
||||
fun getType(t: String): TvType {
|
||||
return when {
|
||||
t.contains("Ova", true) -> TvType.OVA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue