mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix id
This commit is contained in:
parent
4664674433
commit
f103fb2dd7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ open class Vidplay : ExtractorApi() {
|
|||
subtitleCallback: (SubtitleFile) -> Unit,
|
||||
callback: (ExtractorLink) -> Unit
|
||||
) {
|
||||
val id = url.substringAfter("/e/").substringBefore("?")
|
||||
val id = url.substringBefore("?").substringAfterLast("/")
|
||||
val encodeId = encodeId(id, getKeys())
|
||||
val mediaUrl = callFutoken(encodeId, url)
|
||||
val res = app.get(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue