litetex
litetex
*Disclaimer: Long post - Please bring some time when reading this* Background: I did the [last release (for the first time)](https://github.com/TeamNewPipe/NewPipe/issues/7473) and it was well... let's say rough and a...
I and Stypox noticed some strange things while reviewing/refactoring the player https://github.com/TeamNewPipe/NewPipe/pull/8170 (which were also there before the refactoring): - [ ] When the playerservice is removed the complete app...
- [x] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. - [x] I have tested the API against [NewPipe](https://github.com/TeamNewPipe/NewPipe). This PR fixes all test. It also introduces an...
- [x] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. - [ ] I have tested the API against [NewPipe](https://github.com/TeamNewPipe/NewPipe). - [x] I agree to create a pull...
Currently the Mix-Playlist extraction is broken (looks like YT changed something). Test returns: ``` Could not get playlistData org.schabi.newpipe.extractor.exceptions.ExtractionException: Could not get playlistData at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeMixPlaylistExtractor.onFetchPage(YoutubeMixPlaylistExtractor.java:100) at org.schabi.newpipe.extractor.Extractor.fetchPage(Extractor.java:60) at org.schabi.newpipe.extractor.services.youtube.YoutubeMixPlaylistExtractorTest$ChannelMix.setUp(YoutubeMixPlaylistExtractorTest.java:356) ......
Followup issue of #810 > Currently ``Stream`` is dependent on service specific stuff (like YT's itag). This is a big problem because sooner or later this class will blow up....
- [x] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. - [x] I have tested the API against [NewPipe](https://github.com/TeamNewPipe/NewPipe). - [x] I agree to create a pull request...
Hi together, we recently noticed an error inside [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor). It looks like https://api.media.ccc.de/public/events/recent is returning a single event/video that is corrupt: ```json { "guid": "c78934cb-fd2b-4b7e-bc3a-0e530e8161f4", "title": "Demonight", "subtitle": null, "slug":...
Hi together, it looks like something went wrong with this video: https://media.ccc.de/v/fossgis2021-8956-webmaps-effizient-mit-wegue-erstellen The video has no duration/length. Also ``https://api.media.ccc.de/public/events/recent`` returns: 
The player intent handling needs major refactoring as it's currently unmanageable - and when bugs occur unfixable (#7427) Occasions where the player is changed or started Summarized call hierarchy: ...