luna

Results 43 comments of luna

apologies for delay, got a windows system to develop on and understand what was happening, because `SkipZigTest;` on non-test code looks very weird IMO regardless, found the following issues: -...

I've been running a Piped instance (which then runs NewPipeExtractor, etc) and I found that the the trending tab on my older Piped jar broke as of at least November...

NewPipeExtractor can get some pages here: https://github.com/TeamNewPipe/NewPipeExtractor/blob/59b620c9237b46f9604422e11ab0052614888523/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeService.java#L168 ```java final ListLinkHandlerFactory runningLivesLHF = YoutubeLiveLinkHandlerFactory.INSTANCE; final ListLinkHandlerFactory trendingPodcastsEpisodesLHF = YoutubeTrendingPodcastsEpisodesLinkHandlerFactory.INSTANCE; final ListLinkHandlerFactory trendingGamingVideosLHF = YoutubeTrendingGamingVideosLinkHandlerFactory.INSTANCE; final ListLinkHandlerFactory trendingMoviesAndShowsLHF = YoutubeTrendingMoviesAndShowsTrailersLinkHandlerFactory.INSTANCE; final ListLinkHandlerFactory...