Kavin
Kavin
- [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). - [ ] I agree to create a...
Example: https://www.youtube.com/c/Vox/community It uses the `/next` api, with a `params: "Egljb21tdW5pdHk%3D"` json varable. The decoded protobuf equivelent: 
YouTube seems to call these "movingThumbnailDetails". I'll be working on this if I have time.
- [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). - [ ] I agree to create a...
- [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). - [ ] I agree to create a...
Code in Invidious: https://github.com/SamantazFox/invidious/commit/2512c1bc08c5c26d775c150e7637fa968bb34bb0 I'm not sure how to approach this - extracting the ID in `YoutubeStreamLinkHandlerFactory` itself, or assume that a 36 char getId() is a clip id in...
For YouTube: requested at: https://github.com/TeamPiped/Piped/issues/800
- [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). - [ ] I agree to create a...
Currently, without this: ``` JsonUtils.getArray(JsonUtils.getArray(initialData, "contents.tabbedSearchResultsRenderer.tabs").getObject(0), "tabRenderer.content.sectionListRenderer.contents").getObject(0).getObject("itemSectionRenderer"); ``` With array support we could have: ``` JsonUtils.getObject(initialData, "contents.tabbedSearchResultsRenderer.tabs[0].tabRenderer.content.sectionListRenderer.contents[0].itemSectionRenderer"); ```
Example URL: https://www.youtube.com/watch?v=JGwWNGJdvx8&list=PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj Currently, NPE treats such URLs as a playlist.