mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
added source to SoraExtractor
This commit is contained in:
parent
f74343bd1e
commit
211f85f16d
1 changed files with 3 additions and 3 deletions
|
@ -213,9 +213,6 @@ open class SoraStream : TmdbProvider() {
|
|||
).parsedSafe<LoadLinks>()
|
||||
|
||||
argamap(
|
||||
{
|
||||
invokeTwoEmbed(res.id, res.season, res.episode, subtitleCallback, callback)
|
||||
},
|
||||
{
|
||||
if (json?.sources.isNullOrEmpty()) {
|
||||
invokeLocalSources(referer, subtitleCallback, callback)
|
||||
|
@ -244,6 +241,9 @@ open class SoraStream : TmdbProvider() {
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
invokeTwoEmbed(res.id, res.season, res.episode, subtitleCallback, callback)
|
||||
},
|
||||
{
|
||||
invokeVidSrc(res.id, res.season, res.episode, subtitleCallback, callback)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue