Skip to content

Commit

Permalink
9
Browse files Browse the repository at this point in the history
  • Loading branch information
ne1work authored Jul 22, 2024
1 parent c72a32f commit b29be7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kinoger/src/main/kotlin/com/ne1work/Kinoger.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)")?.data()
val data = script?.substringAfter("[")?.substringBeforeLast("]")?.replace("\'", "\"")
val json = AppUtils.tryParseJson<List<List<String>>>("[$data]")

Expand Down

0 comments on commit b29be7b

Please sign in to comment.