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
|
||||
version = 6
|
||||
version = 7
|
||||
|
||||
dependencies {
|
||||
testImplementation(libs.junit)
|
||||
|
|
|
@ -117,7 +117,7 @@ class KinoTronProvider : MainAPI() {
|
|||
// Log.d("load-debug", playerUrl)
|
||||
// Return to app
|
||||
// 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()
|
||||
.substringAfterLast("file:\'")
|
||||
.substringBefore("\',")
|
||||
|
|
Loading…
Reference in a new issue