No description provided.
Fixed StreamingCommunity Provider & some starlive fixes #81
Blatzar
(Migrated from github.com)
requested changes 2023年02月01日 19:44:09 +01:00
Blatzar
(Migrated from github.com)
left a comment
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
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
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
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
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
@LagradOst what do you think?
@LagradOst what do you think?
Sign in to join this conversation.
No reviewers
Labels
Clear labels
bug
Something isn't working
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
invalid
This doesn't seem right
question
Further information is requested
wontfix
This will not be worked on
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
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
Loading...
Add table
Add a link
Reference in a new issue
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?