fix #580, fix #575, solved #566

This commit is contained in:
Olivia 2024-02-08 17:33:52 +07:00
parent c57f60275d
commit b03368e13a
5 changed files with 94 additions and 57 deletions

View file

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

View file

@ -2,6 +2,7 @@ package com.hexated
import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.extractors.Chillx
import com.lagradost.cloudstream3.network.CloudflareKiller
import com.lagradost.cloudstream3.utils.AppUtils
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.ExtractorLinkType
@ -11,7 +12,7 @@ import org.jsoup.nodes.Element
class Kinoger : MainAPI() {
override var name = "Kinoger"
override var mainUrl = "https://kinoger.com"
override var mainUrl = "https://kinoger.to"
override var lang = "de"
override val hasMainPage = true
override val supportedTypes = setOf(TvType.TvSeries, TvType.Movie)