mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix #597
This commit is contained in:
parent
c51cfb4165
commit
b1895e85c1
7 changed files with 9 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -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]")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue