9
10
Fork
You've already forked cloudstream-extensions-multilingual
39

Fixed StreamingCommunity Provider & some starlive fixes #81

Merged
antonydp merged 57 commits from master into master 2023年02月02日 00:31:01 +01:00
antonydp commented 2023年01月30日 15:36:07 +01:00 (Migrated from github.com)
Copy link
No description provided.
Blatzar (Migrated from github.com) requested changes 2023年02月01日 19:44:09 +01:00
Blatzar (Migrated from github.com) left a comment
Copy link

The only thing you really need to do is fix StarLiveProvider gradle and explain correlatesData.size
otherwise nice PR 🙏

The only thing you really *need* to do is fix StarLiveProvider gradle and explain correlatesData.size otherwise nice PR :pray:
@ -38,3 +38,3 @@
it.attr("class"),
it.selectFirst("span")?.text()?:""
it.selectFirst("b")?.text()?:""
) }
Blatzar (Migrated from github.com) commented 2023年02月01日 19:40:10 +01:00
Copy link

You forgot to update gradle version on StarLive 😔

You forgot to update gradle version on StarLive :pensive:
Blatzar (Migrated from github.com) commented 2023年02月01日 19:41:36 +01:00
Copy link

What is happening here?

What is happening here?
@ -13,0 +181,4 @@
val id = this.id
val name = this.slug
val img = this.images[0].url
val number = translateNumber(this.images[0].serverID.toInt())
Blatzar (Migrated from github.com) commented 2023年02月01日 19:36:02 +01:00
Copy link

I am not a fan of doing 40 requests when the homepage is requested, but I see the need for it given this website 💀

I am not a fan of doing 40 requests when the homepage is requested, but I see the need for it given this website :skull:
Blatzar (Migrated from github.com) commented 2023年02月01日 19:38:01 +01:00
Copy link

Since you actually control VideoElement you do not have to make it an extension function, you can just do:

data class VideoElement(
 ...
) {
 fun toSearchResponse() : MovieSearchResponse {
 ...
 }
}
Since you actually control VideoElement you do not have to make it an extension function, you can just do: ```kt data class VideoElement( ... ) { fun toSearchResponse() : MovieSearchResponse { ... } } ```
Blatzar (Migrated from github.com) commented 2023年02月01日 19:42:21 +01:00
Copy link

@LagradOst what do you think?

@LagradOst what do you think?
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cloudstream/cloudstream-extensions-multilingual!81
Reference in a new issue
cloudstream/cloudstream-extensions-multilingual
No description provided.
Delete branch "master"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?