FineFindus

Results 92 comments of FineFindus

With the players I'm getting, this still finds the correct function, however the function structure itself has changed and now also relies on a global variable. Implemented support for it...

Looks like the use allow case letters and single quotes now. Should now work again.

Does the app only crash when marking a video as watched above the new video indicator? In that case it should be fixed with https://github.com/libre-tube/LibreTube/pull/6142

> Although I am not working on anything right now, sorry. If you could point me towards how to install an application, I should be able to implement the rest.

I'm honestly a bit overwhelmed with how to create tests for `ChannelTabExtractor`, and failing to create even this basic one. ```Java static class MembersOnlyVideos extends DefaultListExtractorTest { private static YoutubeChannelTabExtractor...

Added a test using a playlist with only members only videos.

As suggested in https://github.com/TeamNewPipe/NewPipeExtractor/pull/1280#issuecomment-2726471776, I rewrote the code to return an enum with different availabilities instead. I left out the test for the other types for now. Also, if I...

Regenerated the mocks and squashed them into ef0da2bb17961c632d363eaeeb6c022d159e167a.

I already guessed that that would be the preferred approach. > improve the rendering of SponsorBlock segments on the time bar. Not sure what's meant by this? How should it...

Thanks, but LighTube uses the aforementioned [YouTubeTimeBar](https://github.com/vkay94/YouTubeTimeBar) library, which we have already decided against.