mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update
This commit is contained in:
parent
4643275ab4
commit
4c14b600e5
4 changed files with 26 additions and 68 deletions
|
@ -365,16 +365,16 @@ open class SoraStream : TmdbProvider() {
|
|||
val res = parseJson<LinkData>(data)
|
||||
|
||||
argamap(
|
||||
{
|
||||
invokeFebbox(
|
||||
res.title,
|
||||
res.year,
|
||||
res.season,
|
||||
res.lastSeason,
|
||||
res.episode,
|
||||
callback
|
||||
)
|
||||
},
|
||||
// {
|
||||
// invokeFebbox(
|
||||
// res.title,
|
||||
// res.year,
|
||||
// res.season,
|
||||
// res.lastSeason,
|
||||
// res.episode,
|
||||
// callback
|
||||
// )
|
||||
// },
|
||||
{
|
||||
invokeDumpStream(
|
||||
res.title,
|
||||
|
|
|
@ -52,16 +52,16 @@ class SoraStreamLite : SoraStream() {
|
|||
val res = AppUtils.parseJson<LinkData>(data)
|
||||
|
||||
argamap(
|
||||
{
|
||||
invokeFebbox(
|
||||
res.title,
|
||||
res.year,
|
||||
res.season,
|
||||
res.lastSeason,
|
||||
res.episode,
|
||||
callback
|
||||
)
|
||||
},
|
||||
// {
|
||||
// invokeFebbox(
|
||||
// res.title,
|
||||
// res.year,
|
||||
// res.season,
|
||||
// res.lastSeason,
|
||||
// res.episode,
|
||||
// callback
|
||||
// )
|
||||
// },
|
||||
{
|
||||
if (!res.isAnime) invokeWatchsomuch(
|
||||
res.imdbId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue