This commit is contained in:
parent
ae52b680f5
commit
ac28139783
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 6
|
version = 7
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation(libs.junit)
|
testImplementation(libs.junit)
|
||||||
|
|
|
@ -117,7 +117,7 @@ class KinoTronProvider : MainAPI() {
|
||||||
// Log.d("load-debug", playerUrl)
|
// Log.d("load-debug", playerUrl)
|
||||||
// Return to app
|
// Return to app
|
||||||
// Parse Episodes as Series
|
// Parse Episodes as Series
|
||||||
return if (tvType == TvType.TvSeries || tvType == TvType.Anime) {
|
return if (tvType != TvType.Movie) {
|
||||||
val playerRawJson = app.get(playerUrl).document.select("script").html()
|
val playerRawJson = app.get(playerUrl).document.select("script").html()
|
||||||
.substringAfterLast("file:\'")
|
.substringAfterLast("file:\'")
|
||||||
.substringBefore("\',")
|
.substringBefore("\',")
|
||||||
|
|
Loading…
Reference in a new issue