mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Updated Consumet Instance (#484)
* Update YugenAnime.kt consumet has closed it's public api instance for months now and to use it consumet a person has to host his/her own instance so just updated the instance * Update Anilibria.kt * Update Kickassanime.kt * Update Loklok.kt
This commit is contained in:
parent
03c2641c86
commit
4643275ab4
4 changed files with 8 additions and 8 deletions
|
@ -31,8 +31,8 @@ class YugenAnime : MainAPI() {
|
|||
)
|
||||
|
||||
companion object {
|
||||
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 if (t.contains("OVA", true) || t.contains("Special", true)) TvType.OVA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue