LagradOst
LagradOst
> Today I playe the second season and there are no subtitles loading See: https://github.com/recloudstream/cloudstream/issues/31#issuecomment-1221373140
Look there is a big difference between no subtitles to select from and the selected subtitles not loading. If it's the latter it's simply the case of the source we...
What part of it is hard to understand? 0. [Get source IDs](https://github.com/LagradOst/CloudStream-3/blob/master/app/src/main/java/com/lagradost/cloudstream3/movieproviders/SflixProvider.kt#L190-L204) 1. [Get servers](https://github.com/LagradOst/CloudStream-3/blob/master/app/src/main/java/com/lagradost/cloudstream3/movieproviders/SflixProvider.kt#L313-L323) 2. [Get iframe urls](https://github.com/LagradOst/CloudStream-3/blob/master/app/src/main/java/com/lagradost/cloudstream3/movieproviders/SflixProvider.kt#L338) 3. [Solve recaptcha](https://github.com/LagradOst/CloudStream-3/blob/master/app/src/main/java/com/lagradost/cloudstream3/movieproviders/SflixProvider.kt#L644-L654) 4. [Get video links from embed](https://github.com/LagradOst/CloudStream-3/blob/master/app/src/main/java/com/lagradost/cloudstream3/movieproviders/SflixProvider.kt#L674-L695) Currently they...
I'll merge this, but please use .forEach{} instead of .map{} when the result of said map is not used.
might as well make mainurl overridable then?
> > might as well make mainurl overridable then? > > hmm idk. Maybe? DomainUrl is mainly used by XstreamCdn extractor AFAIK. I think they do that to sidestep making...
@LagradOst :whip:
It does not yet.
That's a given, it's just a matter of allocating the time to do that.
Chromecast supports barely any subtitle formats (https://developers.google.com/cast/docs/media#subtitles_and_closed_captions) This makes subtitles fail on superstream since they only use SRT :skull: