forked from AlmightyHak/extensions-source
Spanish extension fixes (#138)
* Spanish extension fixes Closes #134 * Fix bugs
This commit is contained in:
parent
c6456c8ff4
commit
2419e31671
8 changed files with 74 additions and 92 deletions
|
@ -34,7 +34,7 @@ class DoodExtractor(private val client: OkHttpClient) {
|
|||
),
|
||||
).execute().body.string()
|
||||
val videoUrl = "$videoUrlStart$randomString?token=$token&expiry=$expiry"
|
||||
Video(newUrl, newQuality, videoUrl, headers = doodHeaders(doodHost), subtitleTracks = externalSubs)
|
||||
Video(videoUrl, newQuality, videoUrl, headers = doodHeaders(doodHost), subtitleTracks = externalSubs)
|
||||
}.getOrNull()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue