mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
Fixes
This commit is contained in:
parent
03f47ae7ff
commit
c874e063ce
3 changed files with 4 additions and 3 deletions
|
@ -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%"
|
||||||
}
|
}
|
|
@ -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%"
|
||||||
|
|
||||||
}
|
}
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue