fixed Kickassanime, Kuramanime and added duration in SoraStream

This commit is contained in:
hexated 2023-02-04 14:44:26 +07:00
parent c4a5dfe065
commit 4e68bcf923
5 changed files with 13 additions and 8 deletions

View file

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

View file

@ -23,7 +23,7 @@ suspend fun String.fixIframe(): List<Pair<String?, String?>> {
val source = decode(
this.substringAfter("&data=").substringBefore("&vref=")
)
listOf(URI(source).host.substringBefore(".") to source)
listOf("gogo" to source)
}
else -> {
emptyList()