Compare commits
No commits in common. "dc592f3a7e34795188d3f096b6c84e293cf397a1" and "e0558d9115e17d25743ff1527ad5082ee2d5e470" have entirely different histories.
dc592f3a7e
...
e0558d9115
4 changed files with 6 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 5
|
||||
version = 4
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package com.lagradost
|
||||
|
||||
import com.lagradost.api.Log
|
||||
import com.lagradost.cloudstream3.Episode
|
||||
import com.lagradost.cloudstream3.HomePageResponse
|
||||
import com.lagradost.cloudstream3.LoadResponse
|
||||
|
@ -149,7 +148,7 @@ class SerialnoProvider : MainAPI() {
|
|||
callback: (ExtractorLink) -> Unit
|
||||
): Boolean {
|
||||
val dataList = data.split(", ")
|
||||
Log.d("CakesTwix-Debug", data)
|
||||
|
||||
val playerRawJson = app.get(dataList[2]).document.select("script").html()
|
||||
.substringAfterLast("file:\'")
|
||||
.substringBefore("\',")
|
||||
|
@ -165,14 +164,6 @@ class SerialnoProvider : MainAPI() {
|
|||
streamUrl = episode.file,
|
||||
referer = "https://tortuga.wtf/"
|
||||
).last().let(callback)
|
||||
|
||||
if(episode.subtitle.isNullOrBlank()) return true
|
||||
subtitleCallback.invoke(
|
||||
SubtitleFile(
|
||||
episode.subtitle.substringAfterLast("[").substringBefore("]"),
|
||||
episode.subtitle.substringAfter("]")
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 7
|
||||
version = 6
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.code.gson:gson:2.9.0")
|
||||
|
|
|
@ -38,7 +38,7 @@ import javax.crypto.spec.SecretKeySpec
|
|||
class UASerialsProProvider : MainAPI() {
|
||||
|
||||
// Basic Info
|
||||
override var mainUrl = "https://uaserials.com"
|
||||
override var mainUrl = "https://uaserials.pro"
|
||||
override var name = "UASerialsPro"
|
||||
override val hasMainPage = true
|
||||
override var lang = "uk"
|
||||
|
|
Loading…
Reference in a new issue