This commit is contained in:
Blatzar 2022-08-22 20:07:10 +02:00
parent 03f47ae7ff
commit c874e063ce
3 changed files with 4 additions and 3 deletions

View File

@ -18,4 +18,5 @@ cloudstream {
* */ * */
status = 1 // will be 3 if unspecified status = 1 // will be 3 if unspecified
tvTypes = listOf("Live") tvTypes = listOf("Live")
iconUrl = "https://www.google.com/s2/favicons?domain=eja.tv&sz=%size%"
} }

View File

@ -17,5 +17,7 @@ cloudstream {
* 3: Beta only * 3: Beta only
* */ * */
status = 1 // will be 3 if unspecified status = 1 // will be 3 if unspecified
tvTypes = listOf("Live") tvTypes = listOf("AnimeMovie", "Anime", "OVA")
iconUrl = "https://www.google.com/s2/favicons?domain=crunchyroll.com&sz=%size%"
} }

View File

@ -3,12 +3,10 @@ package com.lagradost
import com.fasterxml.jackson.annotation.JsonProperty import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.* import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.LoadResponse.Companion.addActors import com.lagradost.cloudstream3.LoadResponse.Companion.addActors
import com.lagradost.cloudstream3.network.cookies
import com.lagradost.cloudstream3.utils.AppUtils.parseJson import com.lagradost.cloudstream3.utils.AppUtils.parseJson
import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.getQualityFromName import com.lagradost.cloudstream3.utils.getQualityFromName
class TheFlixToProvider : MainAPI() { class TheFlixToProvider : MainAPI() {
companion object { companion object {
var latestCookies: Map<String, String> = emptyMap() var latestCookies: Map<String, String> = emptyMap()