This commit is contained in:
Samantha 2024-02-29 09:19:00 +07:00
parent c51cfb4165
commit b1895e85c1
7 changed files with 9 additions and 10 deletions

View file

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

View file

@ -77,7 +77,7 @@ class Kinoger : MainAPI() {
it.toSearchResult()
}
val script = document.selectFirst("script:containsData(pw.show)")?.data()
val script = document.selectFirst("script:containsData(kinoger.ru)")?.data()
val data = script?.substringAfter("[")?.substringBeforeLast("]")?.replace("\'", "\"")
val json = AppUtils.tryParseJson<List<List<String>>>("[$data]")