Stypox
Stypox
@fynngodau I'd go with the third one, since it allows a channel to provide e.g. mixed playlists and videos
Channel tabs would be the optimal solution
Let's create two constants and return them: - `COUNT_UNAVAILABLE = -1` - `COUNT_EXTRACTION_FAILED = -2`
@FireMasterK you could take a look at https://exoplayer.dev/supported-formats.html
A while ago it was decided not to include code requiring NDK into NewPipe, idk if this relates
> We need to implement something like "supported formats". Pass a List of supported formats to NewPipe when initializing the extractor (empty list => all formats are supported). I'd go...
@0Karakurt0 @FireMasterK I rebased [here](https://github.com/Stypox/NewPipeExtractor/tree/pr488) but couldn't push here since I don't have permission. Anyway, here is the apk built upon the latest version of the app and the extractor:...
Related: TeamNewPipe/NewPipe#1788
These are already implemented, see the Frame class (iirc), they are just not used in the NewPipe app
Uhm, instead of all of this duplicate code, shouldn't we change the `Downloader.post()` methods so that they take a `String contentType` parameter? Then the implementers of Downloader will take care...