Optimizations and minor fixes.

This commit is contained in:
Jace 2022-12-11 17:54:20 +08:00
parent 2ccc4cec3a
commit cf707a8cd0
12 changed files with 102 additions and 121 deletions

View file

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

View file

@ -150,6 +150,18 @@ class JavSubProvider : MainAPI() {
//playerIframes.add("$prefixTag$contentUrl")
//}
//Log.i(this.name, "Result => (contentUrl) $contentUrl")
Log.i(this.name, "Result => (playerIframes) ${playerIframes.toJson()}")
return MovieLoadResponse(
name = title,
url = url,
apiName = this.name,
type = globalTvType,
dataUrl = playerIframes.toJson(),
posterUrl = poster,
year = year,
plot = descript
)
}
Log.i(this.name, "Result => (playerIframes) ${playerIframes.toJson()}")