mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix NontonAnimeIDProvider
This commit is contained in:
parent
cf98c1fce5
commit
832656852a
5 changed files with 64 additions and 62 deletions
|
@ -126,7 +126,7 @@ object SoraExtractor : SoraStream() {
|
|||
referer = iframedoc
|
||||
).document.selectFirst("script:containsData(Playerjs)")?.data()
|
||||
val video = script?.substringAfter("file:\"#2")?.substringBefore("\"")
|
||||
?.replace(Regex("(//\\S+?=)"), "")?.let { base64Decode(it) }
|
||||
?.replace(Regex("/.*?=?="), "")?.let { base64Decode(it) }
|
||||
|
||||
callback.invoke(
|
||||
ExtractorLink(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue